hgext/record.py
changeset 24307 7fcd9f4af49b
parent 24278 0b94b68aace9
child 24309 fefcafda10b8
--- a/hgext/record.py	Fri Mar 13 17:00:06 2015 -0400
+++ b/hgext/record.py	Wed Mar 11 15:54:11 2015 -0700
@@ -49,7 +49,8 @@
 
     This command is not available when committing a merge.'''
 
-    cmdutil.dorecord(ui, repo, commands.commit, 'commit', False, *pats, **opts)
+    opts["interactive"] = True
+    commands.commit(ui, repo, *pats, **opts)
 
 def qrefresh(origfn, ui, repo, *pats, **opts):
     if not opts['interactive']: