Mercurial is an SCM written in Python that has a number of interesting features.
Resources:
| Date | Link | Notes |
|---|---|---|
| 2009 | CuteHg | An even nicer graphical front-end. |
| Hg-Git mercurial plugin | A brilliant, pure Python implementation of git that lets you work on git repositories without installing git at all. | |
| InDefero | ||
| Mercurial-easy | A very nice | |
| 2007 | Getting hg viewi to work in Mac OS X | |
| tailor | a tool to migrate changesets across different SCMs | |
| TortoiseHg |
Notes:
My .hgignore file:
syntax: glob *.log *.log.? *.log.?? *.pyc *.pyo .*.swp *~ .DS_Store ._*
Updating a local instance upon push/pull (once used to publish this entire site):
$ cat space/.hg/hgrc [hooks] changegroup = hg update