mercurial/commands.py
changeset 24309 fefcafda10b8
parent 24306 6ddc86eedc3b
child 24359 521fe8287dd5
--- a/mercurial/commands.py	Wed Mar 11 16:18:47 2015 -0700
+++ b/mercurial/commands.py	Wed Mar 11 16:39:38 2015 -0700
@@ -1431,7 +1431,8 @@
     """
     if opts.get('interactive'):
         opts.pop('interactive')
-        cmdutil.dorecord(ui, repo, commit, 'commit', False, *pats, **opts)
+        cmdutil.dorecord(ui, repo, commit, 'commit', False,
+                        cmdutil.recordfilter, *pats, **opts)
         return
 
     if opts.get('subrepos'):