tests: remove bundle2 activation from test-tags.t
authorPierre-Yves David <pierre-yves.david@ens-lyon.org>
Tue, 02 Aug 2016 15:05:57 +0200
changeset 29684 90d87ecbdcd8
parent 29683 bdc81970853d
child 29685 ce47a9dc348b
tests: remove bundle2 activation from test-tags.t This is an old config that predate bundle2 on by default. This should have been remove after Mercurail 3.6 got released.
tests/test-tags.t
--- a/tests/test-tags.t	Sat Jul 23 13:08:43 2016 +0900
+++ b/tests/test-tags.t	Tue Aug 02 15:05:57 2016 +0200
@@ -645,10 +645,6 @@
 
   $ hg init tagsserver
   $ cd tagsserver
-  $ cat > .hg/hgrc << EOF
-  > [experimental]
-  > bundle2-exp=True
-  > EOF
   $ touch foo
   $ hg -q commit -A -m initial
   $ hg tag -m 'tag 0.1' 0.1
@@ -663,7 +659,7 @@
 
 Cloning should pull down hgtags fnodes mappings and write the cache file
 
-  $ hg --config experimental.bundle2-exp=True clone --pull tagsserver tagsclient
+  $ hg clone --pull tagsserver tagsclient
   requesting all changes
   adding changesets
   adding manifests