Submitter | phabricator |
---|---|
Date | Feb. 14, 2018, 12:13 a.m. |
Message ID | <differential-rev-PHID-DREV-35dapsw4tq7y4xrflodr-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/27861/ |
State | Superseded |
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)),