Mercurial > public > mercurial-scm > hg
diff mercurial/hbisect.py @ 6692:683428d1e639
make graph view work with paper style
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 18 Jun 2008 00:28:40 -0500 |
parents | fe8dbbe9520d |
children | b3602c98c686 |
line wrap: on
line diff
--- a/mercurial/hbisect.py Wed Jun 18 07:06:41 2008 +0200 +++ b/mercurial/hbisect.py Wed Jun 18 00:28:40 2008 -0500 @@ -90,9 +90,9 @@ break if y < perfect: # all downhill from here? - for c in children.get(rev, []): - poison[c] = True # poison children - continue + for c in children.get(rev, []): + poison[c] = True # poison children + continue for c in children.get(rev, []): if ancestors[c]: