tests/test-http-permissions.t
changeset 45839 ebee234d952a
parent 39430 c3491d3f8984
child 45913 9acbe30953e8
equal deleted inserted replaced
45838:ae00e170f2d1 45839:ebee234d952a
   872   $ hg --cwd ../test2 push -B bm http://localhost:$HGPORT/
   872   $ hg --cwd ../test2 push -B bm http://localhost:$HGPORT/
   873   pushing to http://localhost:$HGPORT/
   873   pushing to http://localhost:$HGPORT/
   874   searching for changes
   874   searching for changes
   875   no changes found
   875   no changes found
   876   abort: HTTP Error 403: ssl required
   876   abort: HTTP Error 403: ssl required
   877   [255]
   877   [100]
   878 
   878 
   879   $ hg --cwd ../test2 push http://localhost:$HGPORT/
   879   $ hg --cwd ../test2 push http://localhost:$HGPORT/
   880   pushing to http://localhost:$HGPORT/
   880   pushing to http://localhost:$HGPORT/
   881   searching for changes
   881   searching for changes
   882   abort: HTTP Error 403: ssl required
   882   abort: HTTP Error 403: ssl required
   883   [255]
   883   [100]
   884 
   884 
   885   $ killdaemons.py
   885   $ killdaemons.py
   886 
   886 
   887 web.deny_push=* denies pushing to unauthenticated users
   887 web.deny_push=* denies pushing to unauthenticated users
   888 
   888