Mercurial

Mercurial is an SCM written in Python that has a number of interesting features.

Resources:

Notes:

My .hgignore file:

syntax: glob
*.log
*.log.?
*.log.??
*.pyc
*.pyo
.*.swp
*~ 
.DS_Store
._*

Updating a local instance upon push/pull (used to publish this entire site):

$ cat space/.hg/hgrc 
[hooks]
changegroup = hg update