Mercurial > hg > mercurial-source
comparison tests/test-treediscovery.t @ 25551: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 | 3b7088a5c64c |
children | d0f1d8b4de57 |
comparison
equal
deleted
inserted
replaced
25550:5548f558db3d | 25551:249c7e922d1a |
---|---|
1 #require killdaemons | 1 #require killdaemons |
2 | 2 |
3 Tests discovery against servers without getbundle support: | 3 Tests discovery against servers without getbundle support: |
4 | 4 |
5 $ CAP=getbundle | 5 $ CAP="getbundle bundle2" |
6 $ . "$TESTDIR/notcapable" | 6 $ . "$TESTDIR/notcapable" |
7 $ cat >> $HGRCPATH <<EOF | 7 $ cat >> $HGRCPATH <<EOF |
8 > [ui] | 8 > [ui] |
9 > logtemplate="{rev} {node|short}: {desc} {branches}\n" | 9 > logtemplate="{rev} {node|short}: {desc} {branches}\n" |
10 > EOF | 10 > EOF |