##// END OF EJS Templates
Return 0 as 'hg bisect reset' is successful
Guillaume Chazarain -
r5100:c13610d5 default
parent child Browse files
Show More
@@ -81,7 +81,7 b' class bisect(object):'
81 # Not sure about this
81 # Not sure about this
82 #self.ui.write("Going back to tip\n")
82 #self.ui.write("Going back to tip\n")
83 #self.repo.update(self.repo.changelog.tip())
83 #self.repo.update(self.repo.changelog.tip())
84 return 1
84 return 0
85
85
86 def num_ancestors(self, head=None, stop=None):
86 def num_ancestors(self, head=None, stop=None):
87 """
87 """
General Comments 0
You need to be logged in to leave comments. Login now