Show More
@@ -136,7 +136,7 b' class bisect(object):' | |||
|
136 | 136 | return d |
|
137 | 137 | |
|
138 | 138 | if head in stop: |
|
139 |
raise util.Abort(_(" |
|
|
139 | raise util.Abort(_("Inconsistent state, %s:%s is good and bad") | |
|
140 | 140 | % (cl.rev(head), hg.short(head))) |
|
141 | 141 | n_child = num_children(head) |
|
142 | 142 | for i in xrange(cl.rev(head)+1): |
General Comments 0
You need to be logged in to leave comments.
Login now