# HG changeset patch # User timeless # Date 1451401204 0 # Node ID 822927d4d93026289cf2340bd7f6c858e3132e98 # Parent 1a2a3b04e0cbeea9c23986ebcd7abcfd659dd2b7 help: clarify that the config hook priority prefix includes a period diff -r 1a2a3b04e0cb -r 822927d4d930 mercurial/help/config.txt --- a/mercurial/help/config.txt Tue Dec 29 01:40:34 2015 +0800 +++ b/mercurial/help/config.txt Tue Dec 29 15:00:04 2015 +0000 @@ -734,7 +734,7 @@ hooks can be run for the same action by appending a suffix to the action. Overriding a site-wide hook can be done by changing its value or setting it to an empty string. Hooks can be prioritized -by adding a prefix of ``priority`` to the hook name on a new line +by adding a prefix of ``priority.`` to the hook name on a new line and setting the priority. The default priority is 0. Example ``.hg/hgrc``::