comparison mercurial/help/config.txt @ 26178:457c60653c18

help/config: simplify default text
author timeless@mozdev.org
date Wed, 02 Sep 2015 02:04:22 -0400
parents 52e9187cd0e8
children 5f2a1ebd6e78
comparison
equal deleted inserted replaced
26177:52e9187cd0e8 26178:457c60653c18
711 various actions such as starting or finishing a commit. Multiple 711 various actions such as starting or finishing a commit. Multiple
712 hooks can be run for the same action by appending a suffix to the 712 hooks can be run for the same action by appending a suffix to the
713 action. Overriding a site-wide hook can be done by changing its 713 action. Overriding a site-wide hook can be done by changing its
714 value or setting it to an empty string. Hooks can be prioritized 714 value or setting it to an empty string. Hooks can be prioritized
715 by adding a prefix of ``priority`` to the hook name on a new line 715 by adding a prefix of ``priority`` to the hook name on a new line
716 and setting the priority. The default priority is 0 if 716 and setting the priority. The default priority is 0.
717 not specified.
718 717
719 Example ``.hg/hgrc``:: 718 Example ``.hg/hgrc``::
720 719
721 [hooks] 720 [hooks]
722 # update working directory after adding changesets 721 # update working directory after adding changesets