diff docs/setup.rst @ 1467:da60cdb41969 beta

doc update - hooks
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 12 Sep 2011 03:05:44 +0300
parents b05eb16ea105
children bf263968da47 662173ba1846
line wrap: on
line diff
--- a/docs/setup.rst	Mon Sep 12 02:42:06 2011 +0300
+++ b/docs/setup.rst	Mon Sep 12 03:05:44 2011 +0300
@@ -345,6 +345,22 @@
 All other LDAP settings will likely be site-specific and should be
 appropriately configured.
 
+
+
+Hook management
+---------------
+
+Hooks can be managed in similar way to this used in .hgrc files.
+To access hooks setting click `advanced setup` on Hooks section of Mercurial
+Settings in Admin. 
+
+There are 4 built in hooks that cannot be changed (only enable/disable by
+checkboxes on previos section).
+To add another custom hook simply fill in first section with 
+<name>.<hook_type> and the second one with hook path. Example hooks
+can be found at *rhodecode.lib.hooks*. 
+
+
 Setting Up Celery
 -----------------