tests/test-schemes.t
changeset 18910 b52404a914a9
parent 16913 f2719b387380
child 22046 7a9cbb315d84
equal deleted inserted replaced
18909:3a72c89a83ec 18910:b52404a914a9
    12   $ hg init test
    12   $ hg init test
    13   $ cd test
    13   $ cd test
    14   $ echo a > a
    14   $ echo a > a
    15   $ hg ci -Am initial
    15   $ hg ci -Am initial
    16   adding a
    16   adding a
       
    17 
       
    18 invalid scheme
       
    19 
       
    20   $ hg log -R z:z
       
    21   abort: no '://' in scheme url 'z:z'
       
    22   [255]
       
    23 
       
    24 http scheme
       
    25 
    17   $ hg serve -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log
    26   $ hg serve -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log
    18   $ cat hg.pid >> $DAEMON_PIDS
    27   $ cat hg.pid >> $DAEMON_PIDS
    19   $ hg incoming l://
    28   $ hg incoming l://
    20   comparing with l://
    29   comparing with l://
    21   searching for changes
    30   searching for changes