tests/test-pull-http.t
changeset 29687 ac9b85079122
parent 25474 8c14f87bd0ae
child 29688 30c59bdd4f41
equal deleted inserted replaced
29686:6e375ba01b04 29687:ac9b85079122
    50   $ cat hg.pid >> $DAEMON_PIDS
    50   $ cat hg.pid >> $DAEMON_PIDS
    51   $ hg clone http://localhost:$HGPORT/ test4 --config experimental.bundle2-exp=True
    51   $ hg clone http://localhost:$HGPORT/ test4 --config experimental.bundle2-exp=True
    52   requesting all changes
    52   requesting all changes
    53   abort: authorization failed
    53   abort: authorization failed
    54   [255]
    54   [255]
    55   $ hg clone http://localhost:$HGPORT/ test4 --config experimental.bundle2-exp=False
    55   $ hg clone http://localhost:$HGPORT/ test4 --config devel.legacy.exchange=bundle1
    56   abort: authorization failed
    56   abort: authorization failed
    57   [255]
    57   [255]
    58   $ killdaemons.py
    58   $ killdaemons.py
    59 
    59 
    60 serve errors
    60 serve errors