##// END OF EJS Templates
help: clarify that the config hook priority prefix includes a period
timeless -
r27551:822927d4 default
parent child Browse files
Show More
@@ -734,7 +734,7 various actions such as starting or fini
734 734 hooks can be run for the same action by appending a suffix to the
735 735 action. Overriding a site-wide hook can be done by changing its
736 736 value or setting it to an empty string. Hooks can be prioritized
737 by adding a prefix of ``priority`` to the hook name on a new line
737 by adding a prefix of ``priority.`` to the hook name on a new line
738 738 and setting the priority. The default priority is 0.
739 739
740 740 Example ``.hg/hgrc``::
General Comments 0
You need to be logged in to leave comments. Login now