tests/test-treediscovery.t
changeset 14200 dc733eec9169
parent 14199 e3dd3dcd6059
child 14203 b230922eb0c3
equal deleted inserted replaced
14199:e3dd3dcd6059 14200:dc733eec9169
     1 Tests discovery against servers without getbundle support:
     1 Tests discovery against servers without getbundle support:
     2 
     2 
     3   $ CAP=getbundle
     3   $ CAP=getbundle
     4   $ . "$TESTDIR/notcapable"
     4   $ . "$TESTDIR/notcapable"
     5   $ echo '[ui]' >>$HGRCPATH
     5   $ cat >> $HGRCPATH <<EOF
     6   $ echo 'logtemplate="{rev} {node|short}: {desc} {branches}\\n"' >>$HGRCPATH
     6   > [ui]
     7   $ echo '[extensions]' >>$HGRCPATH
     7   > logtemplate="{rev} {node|short}: {desc} {branches}\n"
     8   $ echo 'graphlog=' >>$HGRCPATH
     8   > [extensions]
       
     9   > graphlog=
       
    10   > EOF
     9 
    11 
    10 Setup HTTP server control:
    12 Setup HTTP server control:
    11 
    13 
    12   $ export remote=http://localhost:$HGPORT/
    14   $ export remote=http://localhost:$HGPORT/
    13   $ start() {
    15   $ start() {