]> sipb.mit.edu Git - ikiwiki.git/commitdiff
response
authorJoey Hess <joey@kitenet.net>
Sat, 8 Dec 2007 02:15:43 +0000 (21:15 -0500)
committerJoey Hess <joey@kitenet.net>
Sat, 8 Dec 2007 02:15:43 +0000 (21:15 -0500)
doc/todo/mercurial/discussion.mdwn

index c2d1755654395fec16e561646cf2f75d8849cad0..de3670d9bc3ca0f4b7cd863dc81d8f2c8a94d130 100644 (file)
@@ -1,2 +1,9 @@
 How does the lack of a post-commit hook for mercurial affect my ikiwiki installation? 
-I want to use ikiwiki with one of the distributed scm systems and mercurial appears have the best balance of mature ikiwiki support and windows support. 
\ No newline at end of file
+I want to use ikiwiki with one of the distributed scm systems and mercurial appears have the best balance of mature ikiwiki support and windows support. 
+
+> Without a post-commit hook, changes committed to the wiki (either via
+> mercurial or via the web) will not automatically cause ikiwiki to run to
+> rebuild the changed pages. The parent page has an example of how to
+> configure mercurial to run ikiwiki as a post-commit hook. Someone just
+> needs to test this (including my suggested change) and then we could
+> document it in the setup page. --[[Joey]]