]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by http://subvert.org.uk/~bma/: Fix a mistake in my example; I shouldn...
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 31 Aug 2007 13:09:02 +0000 (13:09 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 31 Aug 2007 13:09:02 +0000 (13:09 +0000)
doc/todo/mercurial.mdwn

index 3af66df730f6d7cf427d06df1f8dc83897c05e38..879bae5833dea6605c4e1375746affa36c859bc8 100644 (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.)