The Zine code is managed in a mercurial repository. The main repository is available on the Pocoo mercurial server and is mirrored in real-time to bitbucket.
If you want to get the development code you can check out the code from one of the following locations:
http://dev.pocoo.org/hg/zine-main — main repositoryhttp://www.bitbucket.org/mitsuhiko/zine-main —
bitbucket mirrorIf you only want to read the code online you can browse the code in the Zine trac:
Otherwise check it out with the following command:
$ hg clone http://dev.pocoo.org/hg/zine-main zine
To update the checkout with code from upstream use this command:
$ hg pull -u
If you want to learn about hg consider reading the excellent free mercurial book by Bryan O'Sullivan.