diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-21 04:25:03 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-21 04:25:03 +0000 |
commit | 74baaeba00c90cd7a027e40e2f6d65695341a0e1 (patch) | |
tree | 6439c954ca575ce40bb965745d4cb67bec8f329e /doc/rcs/mercurial.mdwn | |
parent | 764d91b6befacfca98676519b90a0c257d17f177 (diff) | |
download | ikiwiki-74baaeba00c90cd7a027e40e2f6d65695341a0e1.tar ikiwiki-74baaeba00c90cd7a027e40e2f6d65695341a0e1.tar.gz |
reorg all the pages about rcs backends. Fix all links
Diffstat (limited to 'doc/rcs/mercurial.mdwn')
-rw-r--r-- | doc/rcs/mercurial.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/rcs/mercurial.mdwn b/doc/rcs/mercurial.mdwn new file mode 100644 index 000000000..5eaae1997 --- /dev/null +++ b/doc/rcs/mercurial.mdwn @@ -0,0 +1,8 @@ +[Mercurial](http://selenic.com/mercurial) is a distributed revison control +system developed by Matt Mackall. Ikiwiki supports storing a wiki in a +mercurial repository. + +Ikiwiki can run as a post-update hook to update a wiki whenever commits +come in. When running as a [[cgi]] with Mercurial, ikiwiki automatically +commits edited pages, and uses the Mercurial history to generate the +[[RecentChanges]] page. |