mercurial

Install mercurial on ubuntu Jaunty 9.04

$ sudo aptitude install python-dev python-virtualenv pythin-setuptools
 
$  easy_install -U mercurial  

Test with

$ hg -v

Should return:

hg -v
Mercurial Distributed SCM (version 1.3.1)
 
Copyright (C) 2005-2009 Matt Mackall <mpm@selenic.com> and others
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
basic commands:
 
 add:
      add the specified files on the next commit
 annotate, blame:

Syndicate content (C01 _th3me_)