Submitter | phabricator |
---|---|
Date | Nov. 1, 2019, 5:31 p.m. |
Message ID | <076af203a24a7988dfad4ebadd5cdc26@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/42671/ |
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 @@ -1317,7 +1317,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