web commit by http://subvert.org.uk/~bma/: Fix a mistake in my example; I shouldn't try to do things from memory...

master
joey 2007-08-31 13:09:02 +00:00
parent ce854a973c
commit a1a6b2057a
1 changed files with 1 additions and 1 deletions

View File

@ -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.)