tests/test-bundle.t
changeset 45827 8d72e29ad1e0
parent 41929 35e29a3aa441
child 45847 d68618954ade
--- a/tests/test-bundle.t	Wed Oct 21 19:00:16 2020 -0700
+++ b/tests/test-bundle.t	Tue Oct 06 22:36:15 2020 -0700
@@ -288,7 +288,7 @@
   $ hg -R test bundle -t packed1 packed.hg
   abort: packed bundles cannot be produced by "hg bundle"
   (use 'hg debugcreatestreamclonebundle')
-  [255]
+  [10]
 
 packed1 is produced properly
 
@@ -349,7 +349,7 @@
   $ hg -R packed unbundle packed.hg
   abort: packed bundles cannot be applied with "hg unbundle"
   (use "hg debugapplystreamclonebundle")
-  [255]
+  [10]
 
 packed1 can be consumed from debug command
 
@@ -844,7 +844,7 @@
 
   $ hg bundle -r 'public()' no-output.hg
   abort: no commits to bundle
-  [255]
+  [10]
 
   $ cd ..