##// END OF EJS Templates
test: use generaldelta in 'test-rebase-newancestors.t'...
Pierre-Yves David -
r26928:42b5193a default
parent child Browse files
Show More
@@ -1,4 +1,6 b''
1 $ cat >> $HGRCPATH <<EOF
1 $ cat >> $HGRCPATH <<EOF
2 > [format]
3 > usegeneraldelta=yes
2 > [extensions]
4 > [extensions]
3 > rebase=
5 > rebase=
4 >
6 >
@@ -298,15 +300,15 b' rebase of merge of ancestors'
298 rebase merging completed
300 rebase merging completed
299 1 changesets found
301 1 changesets found
300 uncompressed size of bundle content:
302 uncompressed size of bundle content:
301 193 (changelog)
303 213 (changelog)
302 196 (manifests)
304 216 (manifests)
303 162 other
305 182 other
304 saved backup bundle to $TESTTMP/parentorder/.hg/strip-backup/4c5f12f25ebe-f46990e5-backup.hg (glob)
306 saved backup bundle to $TESTTMP/parentorder/.hg/strip-backup/4c5f12f25ebe-f46990e5-backup.hg (glob)
305 1 changesets found
307 1 changesets found
306 uncompressed size of bundle content:
308 uncompressed size of bundle content:
307 252 (changelog)
309 272 (changelog)
308 147 (manifests)
310 167 (manifests)
309 162 other
311 182 other
310 adding branch
312 adding branch
311 adding changesets
313 adding changesets
312 adding manifests
314 adding manifests
General Comments 0
You need to be logged in to leave comments. Login now