Getting Mercurial
Mercurial is the distributed version control system used by Adium. Our repository is available at http://hg.adium.im.
Obtaining Mercurial
Leopard Users
To install Mercurial on Leopard, use the binary release. You might have to add the following to your ~/.profile:
export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8
Tiger Users
To install Mercurial on Tiger, use the binary release. You will have to install Python 2.5, also available on that page.
Development
An excellent tutorial for Mercurial should help you on your way to understanding it.
You should also run Peter Hosey's configure-hgrc to set up your ~/.hgrc file, which will include your name and a few excellent customizations.

