tests/test-pull-http.t
changeset 25372 df723a2655e9
parent 22837 2be7d5ebd4d0
child 25391 c66d95aa1270
equal deleted inserted replaced
25371:fbcbdc62f248 25372:df723a2655e9
    46 
    46 
    47   $ echo '[web]' > .hg/hgrc
    47   $ echo '[web]' > .hg/hgrc
    48   $ echo 'allowpull = false' >> .hg/hgrc
    48   $ echo 'allowpull = false' >> .hg/hgrc
    49   $ hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log
    49   $ hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log
    50   $ cat hg.pid >> $DAEMON_PIDS
    50   $ cat hg.pid >> $DAEMON_PIDS
    51   $ hg clone http://localhost:$HGPORT/ test4
    51   $ hg clone http://localhost:$HGPORT/ test4 --config experimental.bundle2-exp=True
       
    52   requesting all changes
       
    53   abort: authorization failed
       
    54   [255]
       
    55   $ hg clone http://localhost:$HGPORT/ test4 --config experimental.bundle2-exp=False
    52   abort: authorization failed
    56   abort: authorization failed
    53   [255]
    57   [255]
    54   $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS
    58   $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS
    55 
    59 
    56 serve errors
    60 serve errors