== Mercurial [https://mercurial-scm.org 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 [https://www.python.org Python]) == Usage You need a shell account on [[Geidontei]] first, past that, you can use it like: {{{ #!sh 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 }}}