]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/todo/mercurial.mdwn
I've added a gallery branch to git containing the latest version of this plugin
[git.ikiwiki.info.git] / 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.)