tests/test-push-http.t
changeset 17456 59a168019255
parent 17455 2212af23c9de
child 17466 d5a3bda6e170
equal deleted inserted replaced
17455:2212af23c9de 17456:59a168019255
    27 expect ssl error
    27 expect ssl error
    28 
    28 
    29   $ req
    29   $ req
    30   pushing to http://localhost:$HGPORT/
    30   pushing to http://localhost:$HGPORT/
    31   searching for changes
    31   searching for changes
    32   remote: ssl required
    32   abort: HTTP Error 403: ssl required
    33   remote: ssl required
       
    34   updating cb9a9f314b8b to public failed!
       
    35   % serve errors
    33   % serve errors
    36   [1]
    34   [255]
    37 
    35 
    38 expect authorization error
    36 expect authorization error
    39 
    37 
    40   $ echo '[web]' > .hg/hgrc
    38   $ echo '[web]' > .hg/hgrc
    41   $ echo 'push_ssl = false' >> .hg/hgrc
    39   $ echo 'push_ssl = false' >> .hg/hgrc