]> scripts.mit.edu Git - www/ikiwiki.git/blob - doc/rcs/mercurial.mdwn
020edfc12fa5e27b6b467a6307e1ed9bf4ad1e1b
[www/ikiwiki.git] / doc / rcs / mercurial.mdwn
1 [Mercurial](http://selenic.com/mercurial) is a distributed revison control
2 system developed by Matt Mackall. Ikiwiki supports storing a wiki in a
3 mercurial repository.
4
5 Ikiwiki can run as a post-commit and/or install hook to update a wiki whenever commits or remote pushes
6 come in. When running as a [[cgi]] with Mercurial, ikiwiki automatically
7 commits edited pages, and uses the Mercurial history to generate the
8 [[RecentChanges]] page.
9
10 See also [[todo/mercurial|todo/mercurial]]