tests/test-bundle2.t
changeset 20842 938718d72624
parent 20841 cff562fe77a0
child 20843 0641b41b0b49
--- a/tests/test-bundle2.t	Wed Mar 19 02:36:21 2014 -0700
+++ b/tests/test-bundle2.t	Tue Mar 18 19:07:10 2014 -0700
@@ -20,7 +20,7 @@
   >          '[OUTPUTFILE]')
   > def cmdbundle2(ui, repo, path=None, **opts):
   >     """write a bundle2 container on standard ouput"""
-  >     bundler = bundle2.bundle20()
+  >     bundler = bundle2.bundle20(ui)
   >     for p in opts['param']:
   >         p = p.split('=', 1)
   >         try:
@@ -161,9 +161,11 @@
 
 Test debug output
 ---------------------------------------------------
-(no debug output yet)
 
   $ hg bundle2 --debug --param 'e|! 7/=babar%#==tutu' --param simple ../out.hg2
+  start emission of HG20 stream
+  bundle parameter: e%7C%21%207/=babar%25%23%3D%3Dtutu simple
+  end of bundle
 
 file content is ok