#!/bin/bash

tar xzvf mercurial-1.6.tar.gz
cd mercurial-1.6
python setup.py build install --root=/home/tc/pkg --optimize=1

