mercurial/commands.py
changeset 25796 4eb8d8a44bf1
parent 25789 95dc4b009f60
child 25901 0203c50a589f
child 26028 6fbe35588433
--- a/mercurial/commands.py	Wed Jul 15 03:43:16 2015 +0900
+++ b/mercurial/commands.py	Wed Jul 15 04:45:58 2015 +0900
@@ -1480,7 +1480,7 @@
     """
     if opts.get('interactive'):
         opts.pop('interactive')
-        cmdutil.dorecord(ui, repo, commit, 'commit', False,
+        cmdutil.dorecord(ui, repo, commit, None, False,
                         cmdutil.recordfilter, *pats, **opts)
         return