diff tests/test-rebase-pull.t @ 26423:c93f91c1db1c

strip: use bundle2 + cg2 by default when repository use general delta The bundle10 format (plain changegroup-01) does not support general delta and result into expensive delta re-computation when stripping. If the repository is general delta, we store backups as bundle20 containing a changegroup-02 payload. We remove the experimental feature related to strip backup bundle format because this achieve the same goal in a leaner way. Removing the experimental option is fine, that is why it experimental in the first place. Compression of these bundles are coming in later changesets.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Tue, 29 Sep 2015 13:16:51 -0700
parents fbc4d550a6ab
children 41a0fb2b4bbc
line wrap: on
line diff
--- a/tests/test-rebase-pull.t	Wed Sep 30 16:01:19 2015 -0400
+++ b/tests/test-rebase-pull.t	Tue Sep 29 13:16:51 2015 -0700
@@ -185,7 +185,7 @@
   o  0: 'C1'
   
   $ cd ../c
-  $ hg pull --rebase --config experimental.bundle2-exp=True --config experimental.strip-bundle2-version=02
+  $ hg pull --rebase
   pulling from $TESTTMP/a (glob)
   searching for changes
   adding changesets