Mercurial > hg
changeset 5100: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 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): """