##// END OF EJS Templates
histedit: use "getcommiteditor()" instead of explicit editor choice for "fold"...
FUJIWARA Katsunori -
r21408:6a48713c default
parent child Browse files
Show More
@@ -299,7 +299,7 b' def collapse(repo, first, last, commitop'
299 299 user=user,
300 300 date=date,
301 301 extra=extra,
302 editor=cmdutil.commitforceeditor)
302 editor=cmdutil.getcommiteditor(edit=True))
303 303 return repo.commitctx(new)
304 304
305 305 def pick(ui, repo, ctx, ha, opts):
General Comments 0
You need to be logged in to leave comments. Login now