##// END OF EJS Templates
graft: pass 'editform' argument to 'cmdutil.getcommiteditor'...
FUJIWARA Katsunori -
r22008:b02ab548 default
parent child Browse files
Show More
@@ -3128,7 +3128,7 b' def graft(ui, repo, *revs, **opts):'
3128 if not opts.get('date') and opts.get('currentdate'):
3128 if not opts.get('date') and opts.get('currentdate'):
3129 opts['date'] = "%d %d" % util.makedate()
3129 opts['date'] = "%d %d" % util.makedate()
3130
3130
3131 editor = cmdutil.getcommiteditor(**opts)
3131 editor = cmdutil.getcommiteditor(editform='graft', **opts)
3132
3132
3133 cont = False
3133 cont = False
3134 if opts['continue']:
3134 if opts['continue']:
General Comments 0
You need to be logged in to leave comments. Login now