##// END OF EJS Templates
tests: remove bundle2 activation from test-tags.t...
Pierre-Yves David -
r29670:90d87ecb default
parent child Browse files
Show More
@@ -645,10 +645,6 b' Create a repository with tags data to te'
645
645
646 $ hg init tagsserver
646 $ hg init tagsserver
647 $ cd tagsserver
647 $ cd tagsserver
648 $ cat > .hg/hgrc << EOF
649 > [experimental]
650 > bundle2-exp=True
651 > EOF
652 $ touch foo
648 $ touch foo
653 $ hg -q commit -A -m initial
649 $ hg -q commit -A -m initial
654 $ hg tag -m 'tag 0.1' 0.1
650 $ hg tag -m 'tag 0.1' 0.1
@@ -663,7 +659,7 b' Create a repository with tags data to te'
663
659
664 Cloning should pull down hgtags fnodes mappings and write the cache file
660 Cloning should pull down hgtags fnodes mappings and write the cache file
665
661
666 $ hg --config experimental.bundle2-exp=True clone --pull tagsserver tagsclient
662 $ hg clone --pull tagsserver tagsclient
667 requesting all changes
663 requesting all changes
668 adding changesets
664 adding changesets
669 adding manifests
665 adding manifests
General Comments 0
You need to be logged in to leave comments. Login now