Mercurial > hg
changeset 2305:e7de4dd43472
Removed extra space in bisect output.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Thu, 18 May 2006 08:03:51 +0200 |
parents | b3a08ccfb593 |
children | 4c67ba93560b |
files | hgext/hbisect.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/hbisect.py Wed May 17 21:52:51 2006 +0200 +++ b/hgext/hbisect.py Thu May 18 08:03:51 2006 +0200 @@ -173,7 +173,7 @@ self.ui.warn("Could not find the first bad revision\n") sys.exit(1) self.ui.write( - "The first bad revision is : %s\n" % hg.hex(self.badrev)) + "The first bad revision is: %s\n" % hg.hex(self.badrev)) sys.exit(0) self.ui.write("%d revisions left\n" % tot) best_rev = None