hgext/histedit.py
changeset 24267 365fdbc54f1f
parent 24232 f9e8739018d5
child 24626 e767f5aba810
--- a/hgext/histedit.py	Wed Mar 11 09:34:22 2015 -0400
+++ b/hgext/histedit.py	Wed Mar 11 07:19:55 2015 -0700
@@ -616,7 +616,6 @@
         state.read()
         state = bootstrapcontinue(ui, state, opts)
     elif goal == 'edit-plan':
-        state = histeditstate(repo)
         state.read()
         if not rules:
             comment = editcomment % (state.parentctx, node.short(state.topmost))