hgext/histedit.py
changeset 42072 fc0095256513
parent 42052 15d2afa31e57
child 42088 770e87999701
--- a/hgext/histedit.py	Thu Apr 04 11:35:18 2019 +0200
+++ b/hgext/histedit.py	Thu Apr 04 10:41:55 2019 -0400
@@ -1229,8 +1229,9 @@
 def patchcontents(state):
     repo = state['repo']
     rule = state['rules'][state['pos']]
+    repo.ui.verbose = True
     displayer = logcmdutil.changesetdisplayer(repo.ui, repo, {
-        'patch': True, 'verbose': True
+        "patch": True,  "template": "status"
     }, buffered=True)
     displayer.show(rule.ctx)
     displayer.close()