Submitter | phabricator |
---|---|
Date | Oct. 31, 2019, 10:23 p.m. |
Message ID | <differential-rev-PHID-DREV-jx3zh2cexzbxsjomepn6-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/42630/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/hgext/histedit.py b/hgext/histedit.py --- a/hgext/histedit.py +++ b/hgext/histedit.py @@ -1678,7 +1678,7 @@ with repo.vfs(b'chistedit', b'w+') as fp: for r in rules: fp.write(r) - opts[b'commands'] = fp.name + opts['commands'] = fp.name return _texthistedit(ui, repo, *freeargs, **opts) except KeyboardInterrupt: pass