mercurial/shelve.py
changeset 47436 6ecd0980d7f9
parent 47012 d55b71393907
child 48592 bcc4820242cf
--- a/mercurial/shelve.py	Fri Jun 18 13:55:45 2021 -0700
+++ b/mercurial/shelve.py	Fri Jun 18 14:17:43 2021 -0700
@@ -781,9 +781,7 @@
     dirstate."""
     with ui.configoverride({(b'ui', b'quiet'): True}):
         hg.update(repo, wctx.node())
-        ui.pushbuffer(True)
         cmdutil.revert(ui, repo, shelvectx)
-        ui.popbuffer()
 
 
 def restorebranch(ui, repo, branchtorestore):