0

I submitted a change on gerrit and its status is now "Submitted, Merge Pending".

I was wondering if there was a way to tell what other commits this merge is waiting for.

Thanks in advance!

CodeWizard
  • 128,036
  • 21
  • 144
  • 167
Ofek Gila
  • 693
  • 1
  • 10
  • 21
  • Seems like a duplicate of this: http://stackoverflow.com/questions/8737326/gerrit-change-has-statussubmitted-merge-pending-how-to-solve-it – mkasberg Jun 29 '15 at 18:59
  • @mkasberg Not really, that question already knows what the dependencies are, I don't. I'm not asking about how to fix it. – Ofek Gila Jun 29 '15 at 19:04
  • 1
    On the Gerrit web page for the problematic change, it should show "Related Changes". Changes that your change depends on are listed below your change here. Changes that depend on your change are listed above. – mkasberg Jun 29 '15 at 19:52

2 Answers2

0

You have committed some code that has also been worked on by another source. This has caused a maual merge to fail. You must locate the code and make a merge in your code so that it can be properly pushed up.

Joe Lloyd
  • 19,471
  • 7
  • 53
  • 81
0

@mkasberg answered my question. Dependencies are shown in the 'Related Changes' section under the change you are on.

Ofek Gila
  • 693
  • 1
  • 10
  • 21