##// END OF EJS Templates
test: use bundle2 for exchange in test-push-warn...
Pierre-Yves David -
r25355:53071142 default
parent child Browse files
Show More
@@ -1,5 +1,12 b''
1 #require killdaemons
1 #require killdaemons
2
2
3 $ cat << EOF >> $HGRCPATH
4 > [experimental]
5 > # drop me once bundle2 is the default,
6 > # added to get test change early.
7 > bundle2-exp = True
8 > EOF
9
3 $ hgph() { hg log -G --template "{rev} {phase} {desc} - {node|short}\n" $*; }
10 $ hgph() { hg log -G --template "{rev} {phase} {desc} - {node|short}\n" $*; }
4
11
5 $ mkcommit() {
12 $ mkcommit() {
@@ -765,9 +772,9 b' Bare push with next changeset and common'
765 searching for changes
772 searching for changes
766 1 changesets found
773 1 changesets found
767 uncompressed size of bundle content:
774 uncompressed size of bundle content:
768 172 (changelog)
775 192 (changelog)
769 145 (manifests)
776 165 (manifests)
770 111 a-H
777 131 a-H
771 adding changesets
778 adding changesets
772 adding manifests
779 adding manifests
773 adding file changes
780 adding file changes
General Comments 0
You need to be logged in to leave comments. Login now