Return 0 as 'hg bisect reset' is successful

This commit is contained in:
Guillaume Chazarain 2007-08-14 14:29:36 +02:00
parent 25ee8ea56b
commit 011bd031bd

View File

@ -81,7 +81,7 @@ class bisect(object):
# 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):
"""