changeset 5160:c13610d5642c

Return 0 as 'hg bisect reset' is successful
author Guillaume Chazarain <guichaz@yahoo.fr>
date Tue, 14 Aug 2007 14:29:36 +0200
parents 86cd6fd61042
children 24d306834de5
files hgext/hbisect.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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):
         """