diff -r 86cd6fd61042 -r c13610d5642c hgext/hbisect.py --- 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): """