tests/test-hgweb-auth.py.out
branchstable
changeset 15024 0f1311e829c9
parent 15005 4a43e23b8c55
child 37940 31c37e703cee
equal deleted inserted replaced
15019:f4b7be3f8430 15024:0f1311e829c9
   187 URI: http://y@example.org/foo
   187 URI: http://y@example.org/foo
   188      ('y', 'ypassword')
   188      ('y', 'ypassword')
   189 CFG: {x.password: xpassword, x.prefix: http://example.org/foo/bar, x.username: None, y.password: ypassword, y.prefix: http://example.org/foo, y.username: y}
   189 CFG: {x.password: xpassword, x.prefix: http://example.org/foo/bar, x.username: None, y.password: ypassword, y.prefix: http://example.org/foo, y.username: y}
   190 URI: http://y@example.org/foo/bar
   190 URI: http://y@example.org/foo/bar
   191      ('y', 'xpassword')
   191      ('y', 'xpassword')
       
   192 
       
   193 *** Test urllib2 and util.url
       
   194 
       
   195 URIs: http://user@example.com:8080/foo http://example.com:8080/foo
       
   196 ('user', '')