diff hgext/histedit.py @ 27406:11be6b7f95da

histedit: omit useless message from update (_histedit) specifically: 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
author timeless <timeless@mozdev.org>
date Mon, 14 Dec 2015 22:37:31 +0000
parents 5837ca674da9
children bf4d5d8dc2aa
line wrap: on
line diff
--- a/hgext/histedit.py	Mon Dec 14 21:43:16 2015 +0000
+++ b/hgext/histedit.py	Mon Dec 14 22:37:31 2015 +0000
@@ -1081,7 +1081,7 @@
         state.replacements.extend(replacement_)
     state.write()
 
-    hg.update(repo, state.parentctxnode)
+    hg.update(repo, state.parentctxnode, quietempty=True)
 
     mapping, tmpnodes, created, ntm = processreplacement(state)
     if mapping: