hgext/histedit.py
changeset 34029 6e6452bc441d
parent 33762 c26a76e1af36
child 34470 6567002ae87e
--- a/hgext/histedit.py	Wed Aug 30 09:21:31 2017 -0700
+++ b/hgext/histedit.py	Wed Aug 30 20:25:56 2017 +0000
@@ -1370,7 +1370,7 @@
     rules += '\n\n'
     rules += editcomment
     rules = ui.edit(rules, ui.username(), {'prefix': 'histedit'},
-                    repopath=repo.path)
+                    repopath=repo.path, action='histedit')
 
     # Save edit rules in .hg/histedit-last-edit.txt in case
     # the user needs to ask for help after something