mercurial/bundle2.py
changeset 25319 c3ef4f3b8680
parent 25318 64dd8f25fcf4
child 25320 697d8953b04d
--- a/mercurial/bundle2.py	Tue May 26 22:48:52 2015 -0700
+++ b/mercurial/bundle2.py	Tue May 26 20:40:21 2015 -0700
@@ -179,7 +179,7 @@
 
 def indebug(ui, message):
     """debug on input stream (unbundling)"""
-    ui.debug(message)
+    ui.debug('bundle2-input: %s' % message)
 
 def validateparttype(parttype):
     """raise ValueError if a parttype contains invalid character"""