hgext/githelp.py
changeset 35718 a10a0d5561a9
parent 35717 5edfead8cc95
child 35719 a4cd8f527a7f
--- a/hgext/githelp.py	Mon Dec 18 20:56:01 2017 -0800
+++ b/hgext/githelp.py	Mon Dec 18 20:58:00 2017 -0800
@@ -415,7 +415,7 @@
 
     cmd = Command('commit')
     if opts.get('patch'):
-        cmd = Command('record')
+        cmd = Command('commit --interactive')
 
     if opts.get('amend'):
         if opts.get('no_edit'):