equal
deleted
inserted
replaced
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 |