Dies ist eine alte Version des Dokuments!
hg
lists basic commands, hg help
lists all commands and hg help <command>
shows the help for <command>
Cd into the root directory of your project and type hg init
. This merely creates the subdir .hg
which is the repository. The current dir becomes the working dir of the project.
Add all files to the project by hg add
and hg commit
Download and install colordiff from www.slackbuilds.org. Thed add the following to $HOME/.hgrc
:
[extensions] hgext.extdiff = [extdiff] cmd.cdiff = colordiff opts.cdiff = -uprN
Usage: hg cdiff [...] [| less -R]