The Gerrit system only used by we several prople. Once there has a Change A,and its status is:"Submitted, Merge Pending". The change list in the "open" web page. Also I noticed this Change had a dependency on another change B(which status is abandoned).

1,How to make A listed on "Merged" web page ? 2,How to make B disappear,so A has no dependency on B ?

link|improve this question

67% accept rate
feedback

1 Answer

up vote 1 down vote accepted

If change A has a dependency on B, then A cannot be merged until B is merged. Since you have abandoned B, Gerrit will not automatically merge A.

What you will need to do is modify A (perhaps using git rebase) so that it no longer depends on B, and resubmit the change to Gerrit.

link|improve this answer
Then how to make B disappeare from web page ? – gemfield Jan 5 at 6:40
You've already abandoned B. What else do you want to do with it? – Greg Hewgill Jan 5 at 23:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.