Mercurial > public > mercurial-scm > hg-stable
diff hgext/hbisect.py @ 4481:50a46ae14efb
hbisect: fix a typo in error message
author | TK Soh <teekaysoh@yahoo.com> |
---|---|
date | Fri, 20 Apr 2007 16:17:42 -0500 |
parents | b4ad640a3bcf |
children | 22ebd6ee5672 |
line wrap: on
line diff
--- a/hgext/hbisect.py Fri Dec 15 10:32:57 2006 +0300 +++ b/hgext/hbisect.py Fri Apr 20 16:17:42 2007 -0500 @@ -136,7 +136,7 @@ return d if head in stop: - raise util.Abort(_("Unconsistent state, %s:%s is good and bad") + raise util.Abort(_("Inconsistent state, %s:%s is good and bad") % (cl.rev(head), hg.short(head))) n_child = num_children(head) for i in xrange(cl.rev(head)+1):