changeset 1467:da60cdb41969 beta

doc update - hooks
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 12 Sep 2011 03:05:44 +0300
parents ad5a543a9b2f
children d23dd50b5e29
files docs/changelog.rst docs/setup.rst
diffstat 2 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/changelog.rst	Mon Sep 12 02:42:06 2011 +0300
+++ b/docs/changelog.rst	Mon Sep 12 03:05:44 2011 +0300
@@ -46,6 +46,7 @@
   larger repositories.
 - implements #214 added support for downloading subrepos in download menu.
 - Added basic API for direct operations on rhodecode via JSON
+- Implemented advanced hook management
 
 fixes
 -----
--- 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
 -----------------