hg.rst
changeset 815 4e8e511bd02e
parent 793 7453db7e6f54
child 817 df347f6a491f
equal deleted inserted replaced
810:356cd49f7a7a 815:4e8e511bd02e
   277 
   277 
   278 or from editor by:
   278 or from editor by:
   279 
   279 
   280   $ hg qref -e
   280   $ hg qref -e
   281 
   281 
       
   282 * Show supported/loaded plugin.
       
   283 
       
   284   $ hg help extensions
       
   285   $ hg showconfig extensions
       
   286 
   282 * Proxy.
   287 * Proxy.
   283 
   288 
   284   $ hg clone --config http_proxy.host=$host:$port \
   289   $ hg clone --config http_proxy.host=$host:$port \
   285     --config http_proxy.user=$user --config http_proxy.passwd=$password  $addr
   290     --config http_proxy.user=$user --config http_proxy.passwd=$password  $addr
   286 
   291 
   287 * Free Mercurial hosting.
   292 * Free Mercurial hosting.
   288 
   293 
   289   http://mercurial.selenic.com/wiki/MercurialHosting
   294   http://mercurial.selenic.com/wiki/MercurialHosting
   290                 Free Hosting of Mercurial Repositories
   295                 Free Hosting of Mercurial Repositories
       
   296