##// END OF EJS Templates
test: enforce v1 in 'test-debugbundle.t'...
Pierre-Yves David -
r26864:fb1217ce default
parent child Browse files
Show More
@@ -6,7 +6,7 b' Create a test repository:'
6 $ touch a ; hg add a ; hg ci -ma
6 $ touch a ; hg add a ; hg ci -ma
7 $ touch b ; hg add b ; hg ci -mb
7 $ touch b ; hg add b ; hg ci -mb
8 $ touch c ; hg add c ; hg ci -mc
8 $ touch c ; hg add c ; hg ci -mc
9 $ hg bundle --base 0 --rev tip bundle.hg -v
9 $ hg bundle --base 0 --rev tip bundle.hg -v --type v1
10 2 changesets found
10 2 changesets found
11 uncompressed size of bundle content:
11 uncompressed size of bundle content:
12 332 (changelog)
12 332 (changelog)
General Comments 0
You need to be logged in to leave comments. Login now