Differences between revisions 2 and 3
Revision 2 as of 2007-05-17 16:54:47
Size: 231
Comment:
Revision 3 as of 2007-05-17 16:56:52
Size: 352
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:

== defaults ==
this section contains default parameters given to mercurial commands.

== paths ==
...

== ui ==

mercurial.ini, or .hgrc is the configuration file

here an example file containing all possible entries (soon hopefully ;) )

[defaults]
revert = --no-backup

[paths]
default-push = ssh://hg@example.com/path

defaults

this section contains default parameters given to mercurial commands.

paths

...

ui

MercurialIni (last edited 2009-05-19 19:31:03 by localhost)