Show More
@@ -860,7 +860,8 b' def bisect(ui, repo, rev=None, extra=Non' | |||||
860 | transition = "bad" |
|
860 | transition = "bad" | |
861 | state[transition].append(node) |
|
861 | state[transition].append(node) | |
862 | ctx = repo[node] |
|
862 | ctx = repo[node] | |
863 |
ui.status(_('changeset %d:%s: %s\n') % (ctx, ctx, |
|
863 | ui.status(_('changeset %d:%s: %s\n') % (ctx.rev(), ctx, | |
|
864 | transition)) | |||
864 | hbisect.checkstate(state) |
|
865 | hbisect.checkstate(state) | |
865 | # bisect |
|
866 | # bisect | |
866 | nodes, changesets, bgood = hbisect.bisect(repo, state) |
|
867 | nodes, changesets, bgood = hbisect.bisect(repo, state) |
General Comments 0
You need to be logged in to leave comments.
Login now