Return 0 as 'hg bisect reset' is successful
authorGuillaume Chazarain <guichaz@yahoo.fr>
Tue, 14 Aug 2007 14:29:36 +0200
changeset 5160 c13610d5642c
parent 5128 86cd6fd61042
child 5161 24d306834de5
Return 0 as 'hg bisect reset' is successful
hgext/hbisect.py
--- a/hgext/hbisect.py
+++ b/hgext/hbisect.py
@@ -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):
         """