changeset 29670:90d87ecbdcd8

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.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Tue, 02 Aug 2016 15:05:57 +0200
parents bdc81970853d
children ce47a9dc348b
files tests/test-tags.t
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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