##// END OF EJS Templates
test-http-proxy: hide logged URL port number, works with--jobs
Patrick Mezard -
r7268:e05092a3 default
parent child Browse files
Show More
@@ -38,5 +38,5 b' http_proxy=http://user:passwd@localhost:'
38 echo %% bad host:port for proxy
38 echo %% bad host:port for proxy
39 http_proxy=localhost:$HGPORT2 hg clone --config http_proxy.always=True http://localhost:$HGPORT/ f
39 http_proxy=localhost:$HGPORT2 hg clone --config http_proxy.always=True http://localhost:$HGPORT/ f
40
40
41 cat proxy.log | sed -e 's/^.*\] /XXX /'
41 cat proxy.log | sed -e 's/^.*\] /XXX /' -e 's/:[0-9][0-9]*/:/'
42 exit 0
42 exit 0
@@ -49,18 +49,18 b' updating working directory'
49 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
49 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
50 %% bad host:port for proxy
50 %% bad host:port for proxy
51 abort: error: Connection refused
51 abort: error: Connection refused
52 XXX "GET http://localhost:20059/?pairs=0000000000000000000000000000000000000000-0000000000000000000000000000000000000000&cmd=between HTTP/1.1" - -
52 XXX "GET http://localhost:/?pairs=0000000000000000000000000000000000000000-0000000000000000000000000000000000000000&cmd=between HTTP/1.1" - -
53 XXX "GET http://localhost:20059/?cmd=capabilities HTTP/1.1" - -
53 XXX "GET http://localhost:/?cmd=capabilities HTTP/1.1" - -
54 XXX "GET http://localhost:20059/?cmd=stream_out HTTP/1.1" - -
54 XXX "GET http://localhost:/?cmd=stream_out HTTP/1.1" - -
55 XXX "GET http://localhost:20059/?pairs=0000000000000000000000000000000000000000-0000000000000000000000000000000000000000&cmd=between HTTP/1.1" - -
55 XXX "GET http://localhost:/?pairs=0000000000000000000000000000000000000000-0000000000000000000000000000000000000000&cmd=between HTTP/1.1" - -
56 XXX "GET http://localhost:20059/?cmd=heads HTTP/1.1" - -
56 XXX "GET http://localhost:/?cmd=heads HTTP/1.1" - -
57 XXX "GET http://localhost:20059/?cmd=changegroup&roots=0000000000000000000000000000000000000000 HTTP/1.1" - -
57 XXX "GET http://localhost:/?cmd=changegroup&roots=0000000000000000000000000000000000000000 HTTP/1.1" - -
58 XXX "GET http://localhost:20059/?pairs=0000000000000000000000000000000000000000-0000000000000000000000000000000000000000&cmd=between HTTP/1.1" - -
58 XXX "GET http://localhost:/?pairs=0000000000000000000000000000000000000000-0000000000000000000000000000000000000000&cmd=between HTTP/1.1" - -
59 XXX "GET http://localhost:20059/?cmd=heads HTTP/1.1" - -
59 XXX "GET http://localhost:/?cmd=heads HTTP/1.1" - -
60 XXX "GET http://localhost:20059/?cmd=changegroup&roots=0000000000000000000000000000000000000000 HTTP/1.1" - -
60 XXX "GET http://localhost:/?cmd=changegroup&roots=0000000000000000000000000000000000000000 HTTP/1.1" - -
61 XXX "GET http://localhost:20059/?pairs=0000000000000000000000000000000000000000-0000000000000000000000000000000000000000&cmd=between HTTP/1.1" - -
61 XXX "GET http://localhost:/?pairs=0000000000000000000000000000000000000000-0000000000000000000000000000000000000000&cmd=between HTTP/1.1" - -
62 XXX "GET http://localhost:20059/?cmd=heads HTTP/1.1" - -
62 XXX "GET http://localhost:/?cmd=heads HTTP/1.1" - -
63 XXX "GET http://localhost:20059/?cmd=changegroup&roots=0000000000000000000000000000000000000000 HTTP/1.1" - -
63 XXX "GET http://localhost:/?cmd=changegroup&roots=0000000000000000000000000000000000000000 HTTP/1.1" - -
64 XXX "GET http://localhost:20059/?pairs=0000000000000000000000000000000000000000-0000000000000000000000000000000000000000&cmd=between HTTP/1.1" - -
64 XXX "GET http://localhost:/?pairs=0000000000000000000000000000000000000000-0000000000000000000000000000000000000000&cmd=between HTTP/1.1" - -
65 XXX "GET http://localhost:20059/?cmd=heads HTTP/1.1" - -
65 XXX "GET http://localhost:/?cmd=heads HTTP/1.1" - -
66 XXX "GET http://localhost:20059/?cmd=changegroup&roots=0000000000000000000000000000000000000000 HTTP/1.1" - -
66 XXX "GET http://localhost:/?cmd=changegroup&roots=0000000000000000000000000000000000000000 HTTP/1.1" - -
General Comments 0
You need to be logged in to leave comments. Login now