merge with crew.
authorVadim Gelfer <vadim.gelfer@gmail.com>
Sat, 13 May 2006 23:00:46 -0700
changeset 2279 51bfa0fd3a33
parent 2278 3711e23ab10a (current diff)
parent 2277 066d0055e430 (diff)
child 2280 09ed44225571
child 2281 7761597b5da3
merge with crew.
--- a/doc/hgrc.5.txt
+++ b/doc/hgrc.5.txt
@@ -289,7 +289,15 @@ smtp::
 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.