Submitter | phabricator |
---|---|
Date | Oct. 31, 2019, 10:23 p.m. |
Message ID | <differential-rev-PHID-DREV-ul4ihiriyg4bnhudkmlc-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/42628/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/hgext/histedit.py b/hgext/histedit.py --- a/hgext/histedit.py +++ b/hgext/histedit.py @@ -1315,7 +1315,7 @@ our list of rules""" commands = [] for rules in rules: - commands.append(b"{0} {1}\n".format(rules.action, rules.ctx)) + commands.append(b'%s %s\n' % (rules.action, rules.ctx)) return commands