##// END OF EJS Templates
test: explicitly use generaldelta in 'test-rebase-mq-skip.t'...
Pierre-Yves David -
r26916:c7931d8e default
parent child Browse files
Show More
@@ -2,6 +2,8 b' This emulates the effects of an hg pull '
2 already has one local mq patch
2 already has one local mq patch
3
3
4 $ cat >> $HGRCPATH <<EOF
4 $ cat >> $HGRCPATH <<EOF
5 > [format]
6 > usegeneraldelta=yes
5 > [extensions]
7 > [extensions]
6 > rebase=
8 > rebase=
7 > mq=
9 > mq=
@@ -68,17 +70,17 b' already has one local mq patch'
68 $TESTTMP/a/.hg/patches/p0.patch (glob)
70 $TESTTMP/a/.hg/patches/p0.patch (glob)
69 2 changesets found
71 2 changesets found
70 uncompressed size of bundle content:
72 uncompressed size of bundle content:
71 344 (changelog)
73 384 (changelog)
72 284 (manifests)
74 324 (manifests)
73 109 p0
75 129 p0
74 109 p1
76 129 p1
75 saved backup bundle to $TESTTMP/a/.hg/strip-backup/13a46ce44f60-5da6ecfb-backup.hg (glob)
77 saved backup bundle to $TESTTMP/a/.hg/strip-backup/13a46ce44f60-5da6ecfb-backup.hg (glob)
76 2 changesets found
78 2 changesets found
77 uncompressed size of bundle content:
79 uncompressed size of bundle content:
78 399 (changelog)
80 439 (changelog)
79 284 (manifests)
81 324 (manifests)
80 109 p0
82 129 p0
81 109 p1
83 129 p1
82 adding branch
84 adding branch
83 adding changesets
85 adding changesets
84 adding manifests
86 adding manifests
General Comments 0
You need to be logged in to leave comments. Login now