doc/hg.1.txt
changeset 321 73b8a8a059ec
parent 196 48827121af7e
child 330 27d08c0c2a7e
equal deleted inserted replaced
320:292e10b5831a 321:73b8a8a059ec
   186  $HOME/.hgpaths::
   186  $HOME/.hgpaths::
   187     this file contains a mapping from a symbolic name to a repository path
   187     this file contains a mapping from a symbolic name to a repository path
   188     (which could be a local path or a remote URI), the format is 
   188     (which could be a local path or a remote URI), the format is 
   189     <symbolic name> <repository path> with each mapping on a seperate line
   189     <symbolic name> <repository path> with each mapping on a seperate line
   190 
   190 
       
   191 NON_TRANSPARENT PROXY SUPPORT
       
   192 -----
       
   193 
       
   194     To access a mercurial repository through a proxy,
       
   195     create a file $HOME/.hgrc in the following format:
       
   196 
       
   197 [http_proxy]
       
   198 host=myproxy:8080
       
   199 user=<username>
       
   200 passwd=<password>
       
   201 no=<localhost1>,<localhost2>,<localhost3>,...
       
   202 
       
   203     "user","passwd" fields are used for authenticating proxies,
       
   204     "no" is a comma-separated list of local host names
       
   205     for which proxy must be bypassed.
       
   206 
   191 BUGS
   207 BUGS
   192 ----
   208 ----
   193 Probably lots, please post them to the mailing list (See Resources below)
   209 Probably lots, please post them to the mailing list (See Resources below)
   194 when you find them.
   210 when you find them.
   195 
   211