Submitter | phabricator |
---|---|
Date | Feb. 14, 2018, 5:06 a.m. |
Message ID | <feb4ab4c0bca242c6da31b84891d0c0b@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/27873/ |
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 @@ -491,7 +491,7 @@ repo.dirstate.setbranch(rulectx.branch()) if stats and stats[3] > 0: buf = repo.ui.popbuffer() - repo.ui.write(*buf) + repo.ui.write(buf) raise error.InterventionRequired( _('Fix up the change (%s %s)') % (self.verb, node.short(self.node)),