tests/test-schemes
branchstable
changeset 11154 17031fea4e95
parent 10070 9d1195b2f00d
equal deleted inserted replaced
11143:e0a0af140f2e 11154:17031fea4e95
     5 schemes=
     5 schemes=
     6 
     6 
     7 [schemes]
     7 [schemes]
     8 l = http://localhost:$HGPORT/
     8 l = http://localhost:$HGPORT/
     9 parts = http://{1}:$HGPORT/
     9 parts = http://{1}:$HGPORT/
       
    10 z = file:\$PWD/
    10 EOF
    11 EOF
    11 
    12 
    12 hg init test
    13 hg init test
    13 cd test
    14 cd test
    14 echo a > a
    15 echo a > a
    20 hg incoming l://
    21 hg incoming l://
    21 
    22 
    22 echo % check that {1} syntax works
    23 echo % check that {1} syntax works
    23 hg incoming --debug parts://localhost | sed 's/[0-9]//g'
    24 hg incoming --debug parts://localhost | sed 's/[0-9]//g'
    24 
    25 
       
    26 echo % check that paths are expanded
       
    27 PWD=`pwd` hg incoming z://
       
    28 
    25 echo % errors
    29 echo % errors
    26 cat errors.log
    30 cat errors.log