diff -r 1725843a7644 -r fefcafda10b8 mercurial/commands.py --- 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'):