Show More
@@ -616,7 +616,6 b' def _histedit(ui, repo, state, *freeargs' | |||||
616 | state.read() |
|
616 | state.read() | |
617 | state = bootstrapcontinue(ui, state, opts) |
|
617 | state = bootstrapcontinue(ui, state, opts) | |
618 | elif goal == 'edit-plan': |
|
618 | elif goal == 'edit-plan': | |
619 | state = histeditstate(repo) |
|
|||
620 | state.read() |
|
619 | state.read() | |
621 | if not rules: |
|
620 | if not rules: | |
622 | comment = editcomment % (state.parentctx, node.short(state.topmost)) |
|
621 | comment = editcomment % (state.parentctx, node.short(state.topmost)) |
General Comments 0
You need to be logged in to leave comments.
Login now