Mercurial > hg-stable
changeset 25116:249c7e922d1a
test-discovery: disable bundle2 for legacy test (issue4610)
We need to disable the "bundle2" capability to ensure we stay on legacy
capability.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Tue, 21 Apr 2015 11:18:47 +0200 |
parents | 5548f558db3d |
children | b5c8ee72debc |
files | tests/test-treediscovery.t |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-treediscovery.t Fri May 15 00:25:43 2015 -0700 +++ b/tests/test-treediscovery.t Tue Apr 21 11:18:47 2015 +0200 @@ -2,7 +2,7 @@ Tests discovery against servers without getbundle support: - $ CAP=getbundle + $ CAP="getbundle bundle2" $ . "$TESTDIR/notcapable" $ cat >> $HGRCPATH <<EOF > [ui]