##// END OF EJS Templates
tests: use a glob for all of the host, might not be localhost
Dirkjan Ochtman -
r12700:17aa0f1e default
parent child Browse files
Show More
@@ -10,7 +10,7 b''
10 $ hg -R a ci -Am foo
10 $ hg -R a ci -Am foo
11 adding foo
11 adding foo
12 $ hgserve -R a --config web.push_ssl=False --config web.allow_push=* --encoding latin1
12 $ hgserve -R a --config web.push_ssl=False --config web.allow_push=* --encoding latin1
13 listening at http://localhost*:$HGPORT1/ (bound to 127.0.0.1:$HGPORT1) (glob)
13 listening at http://*:$HGPORT1/ (bound to 127.0.0.1:$HGPORT1) (glob)
14 $ hg --encoding utf-8 clone http://localhost:$HGPORT1 b
14 $ hg --encoding utf-8 clone http://localhost:$HGPORT1 b
15 requesting all changes
15 requesting all changes
16 adding changesets
16 adding changesets
General Comments 0
You need to be logged in to leave comments. Login now