Submitter | Katsunori FUJIWARA |
---|---|
Date | May 10, 2014, 4:08 p.m. |
Message ID | <88e4bdc90a28cd842a08.1399738119@feefifofum> |
Download | mbox | patch |
Permalink | /patch/4706/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/hgext/histedit.py b/hgext/histedit.py --- a/hgext/histedit.py +++ b/hgext/histedit.py @@ -299,7 +299,7 @@ user=user, date=date, extra=extra, - editor=cmdutil.commitforceeditor) + editor=cmdutil.getcommiteditor(edit=True)) return repo.commitctx(new) def pick(ui, repo, ctx, ha, opts):