jezdez / hgstuff

My Mercurial stuff.

Clone this repository (size: 15.6 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/jezdez/hgstuff/

Welcome

This repository contains a bunch of files that I use with Mercurial. Please make sure you change the personal data to your own, e.g. name and e-mail address.

To be able to retrieve the extensions contained in hgstuff you need to clone the Forest Extension first:

1
2
cd ~
hg clone http://hg.akoha.org/hgforest/

Then clone my hgstuff repository to a location of your choice, e.g.:

1
2
3
4
cd ~
hg clone http://bitbucket.org/jezdez/hgstuff/ .hgstuff
cd .hgstuff
hg --config extensions.forest=~/hgforest/forest.py fseed .hgforest

The last command will clone all the extensions noted in the hgstuff repo automatically. The use of --config is only required the first time because this will also clone the hgforest extension. You can then safely delete ~/hgforest/.

You'll probably also want to link the (modified) .hgrc files to your home directory to enable the configuration:

1
2
cd ~
ln -s ~/.hgstuff/.hgrc

Or just copy it to your home directory and modify it there.


This revision is from 2009-05-15 14:59