changeset 25799 | 0eb093e40813 |
parent 25774 | 4f8c20fe66f0 |
child 25852 | 870e361e049c |
--- a/hgext/shelve.py Wed Jul 15 04:45:58 2015 +0900 +++ b/hgext/shelve.py Wed Jul 15 04:45:58 2015 +0900 @@ -279,7 +279,7 @@ if not interactive: node = cmdutil.commit(ui, repo, commitfunc, pats, opts) else: - node = cmdutil.dorecord(ui, repo, interactivecommitfunc, 'commit', + node = cmdutil.dorecord(ui, repo, interactivecommitfunc, None, False, cmdutil.recordfilter, *pats, **opts) if not node: stat = repo.status(match=scmutil.match(repo[None], pats, opts))