From: joey Date: Fri, 31 Aug 2007 13:09:02 +0000 (+0000) Subject: web commit by http://subvert.org.uk/~bma/: Fix a mistake in my example; I shouldn... X-Git-Url: https://scripts.mit.edu/gitweb/www/ikiwiki.git/commitdiff_plain/a1a6b2057a991995c5859ea2895c069b3529c649 web commit by http://subvert.org.uk/~bma/: Fix a mistake in my example; I shouldn't try to do things from memory... --- diff --git a/doc/todo/mercurial.mdwn b/doc/todo/mercurial.mdwn index 3af66df73..879bae583 100644 --- a/doc/todo/mercurial.mdwn +++ b/doc/todo/mercurial.mdwn @@ -18,7 +18,7 @@ Posthook: in $srcdir/.hg/hrc, I have the following [hooks] incoming.update = hg up - postupdate.ikiwiki = ikiwiki --setup /path/to/ikiwiki.setup --refresh + update.ikiwiki = ikiwiki --setup /path/to/ikiwiki.setup --refresh This should update the working directory and run ikiwiki every time a change is recorded (someone who knows mercurial better than I do may be able to suggest a better way, but this works for me.)