[Updated] D10881: histedit: don't record labels for output that we will discard
martinvonz (Martin von Zweigbergk)
phabricator at mercurial-scm.org
Mon Jun 21 12:17:51 UTC 2021
Closed by commit rHG5eb52edc08bd: histedit: don't record labels for output that we will discard (authored by martinvonz).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D10881?vs=28607&id=28638
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D10881/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D10881
AFFECTED FILES
hgext/histedit.py
CHANGE DETAILS
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, {})
To: martinvonz, durin42, #hg-reviewers, pulkit
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210621/6842d7b6/attachment-0002.html>
More information about the Mercurial-patches
mailing list