Installing Mercurial Hg on Mac OSX


/ Published in: Bash
Save to your folder(s)

Mercurial Hg is a popular source code versioning system


Copy this code and paste it in your HTML
  1. wget http://mercurial.selenic.com/release/mercurial-1.6.4.tar.gz
  2. tar -xvf mercurial-1.6.4.tar.gz
  3. cd mercurial-1.6.4
  4. sudo python setup.py build
  5. sudo python setup.py install
  6. hg

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.