diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-06 20:31:55 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-06 20:31:55 +0000 |
commit | f7f3b0bb7d91c74f67023e970cee71ad2ea260da (patch) | |
tree | 5944ff8e2c28172497d4ae8262f4eb7f2a843ddf /doc/post-commit.mdwn | |
parent | 513af0c0df210bbab175f3408013f058cec05ef1 (diff) | |
download | ikiwiki-f7f3b0bb7d91c74f67023e970cee71ad2ea260da.tar ikiwiki-f7f3b0bb7d91c74f67023e970cee71ad2ea260da.tar.gz |
* Add support for mercurial, contributed by Emanuele Aina.
Diffstat (limited to 'doc/post-commit.mdwn')
-rw-r--r-- | doc/post-commit.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/post-commit.mdwn b/doc/post-commit.mdwn index 8def3d751..84375dad0 100644 --- a/doc/post-commit.mdwn +++ b/doc/post-commit.mdwn @@ -1,5 +1,5 @@ A post-commit hook is run every time you commit a change to your -[[subversion]] (or [[git]]) repository. To make the wiki be updated each +[[subversion]] (or [[git]] or [[mercurial]]) repository. To make the wiki be updated each time a commit is made, it can be run from (or as) a post-commit hook. The best way to run ikiwiki in a post-commit hook is using a wrapper, which |