comparison en/hook.tex @ 63:a00b562b4598

Fix typos.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri, 04 Aug 2006 13:32:23 -0700
parents 8806b2875f10
children d12a199ed472
comparison
equal deleted inserted replaced
62:8806b2875f10 63:a00b562b4598
823 As with the \hgext{bugzilla} hook, the \hgext{notify} hook is 823 As with the \hgext{bugzilla} hook, the \hgext{notify} hook is
824 template-driven, so you can customise the contents of the notification 824 template-driven, so you can customise the contents of the notification
825 messages that it sends. 825 messages that it sends.
826 826
827 By default, the \hgext{notify} hook includes a diff of every changeset 827 By default, the \hgext{notify} hook includes a diff of every changeset
828 that it sends outd; you can limit the size of the diff, or turn this 828 that it sends out; you can limit the size of the diff, or turn this
829 feature off entirely. It is useful for letting subscribers review 829 feature off entirely. It is useful for letting subscribers review
830 changes immediately, rather than clicking to follow a URL. 830 changes immediately, rather than clicking to follow a URL.
831 831
832 \subsubsection{Configuring the \hgext{notify} hook} 832 \subsubsection{Configuring the \hgext{notify} hook}
833 833
851 The reason that sending of email is turned off by default is that it 851 The reason that sending of email is turned off by default is that it
852 takes several tries to configure this extension exactly as you would 852 takes several tries to configure this extension exactly as you would
853 like, and it would be bad form to spam subscribers with a number of 853 like, and it would be bad form to spam subscribers with a number of
854 ``broken'' notifications while you debug your configuration. 854 ``broken'' notifications while you debug your configuration.
855 \item[\rcitem{notify}{config}] The path to a configuration file that 855 \item[\rcitem{notify}{config}] The path to a configuration file that
856 contains subbscription information. This is kept separate from the 856 contains subscription information. This is kept separate from the
857 main \hgrc\ so that you can maintain it in a repository of its own. 857 main \hgrc\ so that you can maintain it in a repository of its own.
858 People can then clone that repository, update their subscriptions, 858 People can then clone that repository, update their subscriptions,
859 and push the changes back to your server. 859 and push the changes back to your server.
860 \item[\rcitem{notify}{strip}] The number of leading path separator 860 \item[\rcitem{notify}{strip}] The number of leading path separator
861 characters to strip from a repository's path, when deciding whether 861 characters to strip from a repository's path, when deciding whether