mercurial/bundle2.py
changeset 25314 18c2bcc2c9d5
parent 25313 8f2c362bcb58
child 25315 e28245b0da56
--- a/mercurial/bundle2.py	Tue May 26 22:49:03 2015 -0700
+++ b/mercurial/bundle2.py	Tue May 26 22:57:35 2015 -0700
@@ -175,7 +175,7 @@
 
 def outdebug(ui, message):
     """debug regarding output stream (bundling)"""
-    ui.debug(message)
+    ui.debug('bundle2-output: %s' % message)
 
 def validateparttype(parttype):
     """raise ValueError if a parttype contains invalid character"""