changeset 36170 | 28830ba50687 |
parent 36168 | be73fa5b42d3 |
child 36175 | 59affe7e01d4 |
--- a/hgext/histedit.py Tue Feb 13 18:13:33 2018 -0500 +++ b/hgext/histedit.py Tue Feb 13 18:25:05 2018 -0500 @@ -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)),