diff -r 69145daacdfa -r 4eb8d8a44bf1 mercurial/commands.py --- 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