Mercurial > hgsubversion
diff wrappers.py @ 269:14914dbd8a4a
More stray prints.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Tue, 21 Apr 2009 15:19:50 -0500 |
parents | f000b2392fc2 |
children | 5278817fe8a1 |
line wrap: on
line diff
--- a/wrappers.py +++ b/wrappers.py @@ -161,9 +161,7 @@ def push(orig, ui, repo, dest=None, *arg repo = hg.repository(ui, hge.path) for child in repo[replacement.node()].children(): rebasesrc = node.bin(child.extra().get('rebase_source', node.hex(node.nullid))) - print node.hex(rebasesrc) if rebasesrc in outgoing: - print 'swap outgoin' while rebasesrc in outgoing: rebsrcindex = outgoing.index(rebasesrc) outgoing = (outgoing[0:rebsrcindex] +