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 |
3 |
|
73 | 384 (changelog) | |
72 |
2 |
|
74 | 324 (manifests) | |
73 |
1 |
|
75 | 129 p0 | |
74 |
1 |
|
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 |
3 |
|
80 | 439 (changelog) | |
79 |
2 |
|
81 | 324 (manifests) | |
80 |
1 |
|
82 | 129 p0 | |
81 |
1 |
|
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