From 68890c3c48f6b5a93545b70e4e41456675bfc0c2 Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Mon, 19 Apr 2010 09:10:43 +0200 Subject: [PATCH] Improved the Mercurial documentation. --- doc/syncmercurial.mdtext | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/syncmercurial.mdtext b/doc/syncmercurial.mdtext index d8b3094..1a6ef65 100644 --- a/doc/syncmercurial.mdtext +++ b/doc/syncmercurial.mdtext @@ -87,5 +87,10 @@ Edit this script and add correct values to `private_notify` and `reload_cmd`. ## Hook configuratin +To get notifications sent directly when pushing in your repositories, +you need to add the following in your `.hgrc` file. The script will be +called onec per push and will automatically send the notifications and +sync the timeline. + [hooks] changegroup = /home/indefero/src/scripts/hgchangegroup.php