wiki:Mercurial

Version 1 (modified by Izuru Yakumo, 10 days ago) ( diff )

--

Mercurial

​Mercurial is a free, distributed source control management tool. It efficiently handles projects of any size and offers an easy and intuitive interface. (aside from the fact that it's written in ​Python)

Usage

You need a shell account on Geidontei first, past that, you can use it like:

cd public_hg
hg init repository
# for it to show it properly on the repository viewer
hg help config.web
# clone
hg clone $USER@s1.yakumo.dev:public_hg/repository
# push
hg push
Note: See TracWiki for help on using the wiki.