[PATCH] fix a typo in hbisect's error message

TK Soh teekaysoh at yahoo.com
Fri Apr 20 16:19:58 CDT 2007


# HG changeset patch
# User TK Soh <teekaysoh at yahoo.com>
# Date 1177103862 18000
# Node ID 059e11b537bfffbd21e1c606121799a9e3dc34dc
# Parent  1ccd3b9a7b1f77135e3060595159b2f36d0991ab
hbisect: fix a typo in error message

diff -r 1ccd3b9a7b1f -r 059e11b537bf hgext/hbisect.py
--- a/hgext/hbisect.py  Mon Apr 16 13:31:15 2007 -0300
+++ b/hgext/hbisect.py  Fri Apr 20 16:17:42 2007 -0500
@@ -136,7 +136,7 @@ class bisect(object):
             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):





__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


More information about the Mercurial-devel mailing list