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