##// 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 $ hg init a
7 $ hg init a
2 $ cd a
8 $ cd a
3 $ echo foo > t1
9 $ echo foo > t1
@@ -150,9 +156,9 b' Specifying a revset that evaluates to nu'
150 searching for changes
156 searching for changes
151 2 changesets found
157 2 changesets found
152 uncompressed size of bundle content:
158 uncompressed size of bundle content:
153 308 (changelog)
159 348 (changelog)
154 286 (manifests)
160 326 (manifests)
155 213 foo
161 253 foo
156 adding changesets
162 adding changesets
157 adding manifests
163 adding manifests
158 adding file changes
164 adding file changes
General Comments 0
You need to be logged in to leave comments. Login now