##// END OF EJS Templates
test: use bundle2 for exchange in test-push-warn...
Pierre-Yves David -
r25353:a76f9fc1 default
parent child Browse files
Show More
@@ -1,3 +1,9 b''
1 $ cat << EOF >> $HGRCPATH
2 > [experimental]
3 > # drop me once bundle2 is the default,
4 > # added to get test change early.
5 > bundle2-exp = True
6 > EOF
1 7 $ hg init a
2 8 $ cd a
3 9 $ echo foo > t1
@@ -150,9 +156,9 b' Specifying a revset that evaluates to nu'
150 156 searching for changes
151 157 2 changesets found
152 158 uncompressed size of bundle content:
153 308 (changelog)
154 286 (manifests)
155 213 foo
159 348 (changelog)
160 326 (manifests)
161 253 foo
156 162 adding changesets
157 163 adding manifests
158 164 adding file changes
General Comments 0
You need to be logged in to leave comments. Login now