doc/hgrc.5.txt
changeset 9830 ab1625ccf3a9
parent 9792 dd1a95ccbe07
child 9835 6a07e74370d7
equal deleted inserted replaced
9829:1b2516a547d4 9830:ab1625ccf3a9
   480 value or setting it to an empty string.
   480 value or setting it to an empty string.
   481 
   481 
   482 Example ``.hg/hgrc``::
   482 Example ``.hg/hgrc``::
   483 
   483 
   484   [hooks]
   484   [hooks]
       
   485   # update working directory after adding changesets
       
   486   changegroup.update = hg update
   485   # do not use the site-wide hook
   487   # do not use the site-wide hook
   486   incoming =
   488   incoming =
   487   incoming.email = /my/email/hook
   489   incoming.email = /my/email/hook
   488   incoming.autobuild = /my/build/hook
   490   incoming.autobuild = /my/build/hook
   489 
   491