summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-31 13:09:02 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-31 13:09:02 +0000
commita1a6b2057a991995c5859ea2895c069b3529c649 (patch)
tree7f75f3c5deace0e1a77bf47df07591aa0a3d2050 /doc/todo
parentce854a973cf2f4291d7f35c16182e710a2e5fb29 (diff)
web commit by http://subvert.org.uk/~bma/: Fix a mistake in my example; I shouldn't try to do things from memory...
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/mercurial.mdwn2
1 files changed, 1 insertions, 1 deletions
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.)