##// END OF EJS Templates
histedit: remove extra histedit constructor call...
Durham Goode -
r24267:365fdbc5 default
parent child Browse files
Show More
@@ -616,7 +616,6 b' def _histedit(ui, repo, state, *freeargs'
616 616 state.read()
617 617 state = bootstrapcontinue(ui, state, opts)
618 618 elif goal == 'edit-plan':
619 state = histeditstate(repo)
620 619 state.read()
621 620 if not rules:
622 621 comment = editcomment % (state.parentctx, node.short(state.topmost))
General Comments 0
You need to be logged in to leave comments. Login now