test-discovery-legacy: disable bundle2 for legacy test
We need to disable the "bundle2" capability to ensure we stay on legacy
capability.
--- a/tests/test-treediscovery-legacy.t Tue Apr 21 11:18:47 2015 +0200
+++ b/tests/test-treediscovery-legacy.t Tue Apr 21 12:01:34 2015 +0200
@@ -8,7 +8,7 @@
> EOF
$ cp $HGRCPATH $HGRCPATH-withcap
- $ CAP="getbundle known changegroupsubset"
+ $ CAP="getbundle known changegroupsubset bundle2"
$ . "$TESTDIR/notcapable"
$ cp $HGRCPATH $HGRCPATH-nocap
$ cp $HGRCPATH-withcap $HGRCPATH