changeset 2277:066d0055e430

Add more specific documentation about defaults for the [paths] section of the hgrc(5) document.
author Daniel <byteshack@gmail.com>
date Sat, 13 May 2006 20:41:53 +0200
parents 766c3c852786
children 51bfa0fd3a33
files doc/hgrc.5.txt
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/hgrc.5.txt	Fri May 12 21:25:58 2006 -0700
+++ b/doc/hgrc.5.txt	Sat May 13 20:41:53 2006 +0200
@@ -289,7 +289,15 @@
 paths::
   Assigns symbolic names to repositories.  The left side 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::
   User interface controls.