Added my site, even though it's in an early state
[ikiwiki.git] / doc / todo / mercurial / discussion.mdwn
blobde3670d9bc3ca0f4b7cd863dc81d8f2c8a94d130
1 How does the lack of a post-commit hook for mercurial affect my ikiwiki installation? 
2 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. 
4 > Without a post-commit hook, changes committed to the wiki (either via
5 > mercurial or via the web) will not automatically cause ikiwiki to run to
6 > rebuild the changed pages. The parent page has an example of how to
7 > configure mercurial to run ikiwiki as a post-commit hook. Someone just
8 > needs to test this (including my suggested change) and then we could
9 > document it in the setup page. --[[Joey]]