hgext/histedit.py
changeset 27403 50b6a04f817f
parent 27344 43c00ca887d1
child 27405 5837ca674da9
--- a/hgext/histedit.py	Mon Dec 14 23:13:25 2015 +0000
+++ b/hgext/histedit.py	Mon Dec 14 22:08:14 2015 +0000
@@ -997,7 +997,7 @@
             # check whether we should update away
             if repo.unfiltered().revs('parents() and (%n  or %ln::)',
                                     state.parentctxnode, leafs | tmpnodes):
-                hg.clean(repo, state.topmost)
+                hg.clean(repo, state.topmost, show_stats=True, quietempty=True)
             cleanupnode(ui, repo, 'created', tmpnodes)
             cleanupnode(ui, repo, 'temp', leafs)
         except Exception: