Submitter | phabricator |
---|---|
Date | Nov. 1, 2019, 4:17 a.m. |
Message ID | <473b1bba7c7eeda3014fb004f92dfb92@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/42636/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/histedit.py b/hgext/histedit.py --- a/hgext/histedit.py +++ b/hgext/histedit.py @@ -1680,7 +1680,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