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.
--- 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