Mercurial > public > mercurial-scm > hg-stable
changeset 5101:24d306834de5
merge with -stable
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Tue, 14 Aug 2007 17:20:51 +0200 |
parents | c13610d5642c (diff) 105d4cf7ec24 (current diff) |
children | 9b0efeb725f4 |
files | tests/test-issue672 tests/test-no-symlinks.bundle tests/test-profile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/hbisect.py Tue Aug 14 16:27:35 2007 +0200 +++ b/hgext/hbisect.py Tue Aug 14 17:20:51 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): """