hgext/histedit.py
changeset 47435 e9fbf8fd5f33
parent 47434 5eb52edc08bd
child 47437 7a430116f639
--- a/hgext/histedit.py	Fri Jun 18 13:44:05 2021 -0700
+++ b/hgext/histedit.py	Fri Jun 18 13:55:45 2021 -0700
@@ -575,7 +575,7 @@
         parentctx, but does not commit them."""
         repo = self.repo
         rulectx = repo[self.node]
-        repo.ui.pushbuffer(error=True)
+        repo.ui.pushbuffer()
         hg.update(repo, self.state.parentctxnode, quietempty=True)
         repo.ui.popbuffer()
         stats = applychanges(repo.ui, repo, rulectx, {})