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 | $ 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 |
3 |
|
159 | 348 (changelog) | |
154 |
2 |
|
160 | 326 (manifests) | |
155 |
2 |
|
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