changeset 22008 | b02ab548ab5c |
parent 22007 | a5bb0c4001ae |
child 22009 | 0bbe8ef901d1 |
--- a/mercurial/commands.py Sat Aug 02 21:46:27 2014 +0900 +++ b/mercurial/commands.py Sat Aug 02 21:46:27 2014 +0900 @@ -3128,7 +3128,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']: