Add more specific documentation about defaults for the [paths] section

of the hgrc(5) document.
This commit is contained in:
Daniel 2006-05-13 20:41:53 +02:00
parent b2b411d7f9
commit 0520dde5e6

View File

@ -289,7 +289,15 @@ smtp::
paths:: paths::
Assigns symbolic names to repositories. The left side is the Assigns symbolic names to repositories. The left side is the
symbolic name, and the right gives the directory or URL that is the symbolic name, and the right gives the directory or URL that is the
location of the repository. location of the repository. Default paths can be declared by
setting the following entries.
default;;
Directory or URL to use when pulling if no source is specified.
Default is set to repository from which the current repository
was cloned.
default-push;;
Optional. Directory or URL to use when pushing if no destination
is specified.
ui:: ui::
User interface controls. User interface controls.