diff --git a/hgext/histedit.py b/hgext/histedit.py --- a/hgext/histedit.py +++ b/hgext/histedit.py @@ -575,7 +575,7 @@ parentctx, but does not commit them.""" repo = self.repo rulectx = repo[self.node] - repo.ui.pushbuffer(error=True, labeled=True) + repo.ui.pushbuffer(error=True) hg.update(repo, self.state.parentctxnode, quietempty=True) repo.ui.popbuffer() stats = applychanges(repo.ui, repo, rulectx, {})