Submitter | Katsunori FUJIWARA |
---|---|
Date | Aug. 2, 2014, 1:02 p.m. |
Message ID | <87ac4b4b2cdf1fd7c335.1406984539@feefifofum> |
Download | mbox | patch |
Permalink | /patch/5241/ |
State | Accepted |
Commit | b02ab548ab5c364713533122354356c756518236 |
Headers | show |
Comments
Patch
diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -3122,7 +3122,7 @@ if not opts.get('date') and opts.get('currentdate'): opts['date'] = "%d %d" % util.makedate() - editor = cmdutil.getcommiteditor(**opts) + editor = cmdutil.getcommiteditor(editform='graft', **opts) cont = False if opts['continue']: