author | Guillaume Chazarain <guichaz@yahoo.fr> |
Tue, 14 Aug 2007 14:29:36 +0200 | |
changeset 5100 | c13610d5642c |
parent 5086 | 86cd6fd61042 |
child 5101 | 24d306834de5 |
hgext/hbisect.py | file | annotate | diff | comparison | revisions |
--- a/hgext/hbisect.py Thu Aug 09 01:04:27 2007 +0200 +++ b/hgext/hbisect.py Tue Aug 14 14:29:36 2007 +0200 @@ -81,7 +81,7 @@ # Not sure about this #self.ui.write("Going back to tip\n") #self.repo.update(self.repo.changelog.tip()) - return 1 + return 0 def num_ancestors(self, head=None, stop=None): """