# HG changeset patch # User Pierre-Yves David # Date 1429610494 -7200 # Node ID b5c8ee72debc797b7e1bee580d7d1a33265e7b73 # Parent 249c7e922d1af15408126f3f3f34c1b3d500f341 test-discovery-legacy: disable bundle2 for legacy test We need to disable the "bundle2" capability to ensure we stay on legacy capability. diff -r 249c7e922d1a -r b5c8ee72debc tests/test-treediscovery-legacy.t --- 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