doc/hgrc.5.txt
changeset 3616 cf001fb04109
parent 3538 9b52239dc740
child 3721 98f2507c5551
equal deleted inserted replaced
3615:1d2fdea875bc 3616:cf001fb04109
   301   "ui"), a repository object (keyword "repo"), and a "hooktype"
   301   "ui"), a repository object (keyword "repo"), and a "hooktype"
   302   keyword that tells what kind of hook is used.  Arguments listed as
   302   keyword that tells what kind of hook is used.  Arguments listed as
   303   environment variables above are passed as keyword arguments, with no
   303   environment variables above are passed as keyword arguments, with no
   304   "HG_" prefix, and names in lower case.
   304   "HG_" prefix, and names in lower case.
   305 
   305 
   306   A Python hook must return a "true" value to succeed.  Returning a
   306   If a Python hook returns a "true" value or raises an exception, this
   307   "false" value or raising an exception is treated as failure of the
   307   is treated as failure of the hook.
   308   hook.
       
   309 
   308 
   310 http_proxy::
   309 http_proxy::
   311   Used to access web-based Mercurial repositories through a HTTP
   310   Used to access web-based Mercurial repositories through a HTTP
   312   proxy.
   311   proxy.
   313   host;;
   312   host;;