logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

[PATCH 1 of 1] Add more specific documentation about defaults: msg#00225

Subject: [PATCH 1 of 1] Add more specific documentation about defaults
# HG changeset patch
# User "Daniel <byteshack@xxxxxxxxx>"
# Node ID 2b8b39db6f4e5bb15f3dda20d5ae5698277756b4
# Parent  3b1b44b917f47fc44ac1e45995d9fa02a4db5e79
Add more specific documentation about defaults for the [paths] section
of the hgrc(5) document.

diff -r 3b1b44b917f4 -r 2b8b39db6f4e doc/hgrc.5.txt
--- a/doc/hgrc.5.txt    Tue Jan 24 15:02:10 2006 +1300
+++ b/doc/hgrc.5.txt    Thu Jan 26 16:21:36 2006 -0500
@@ -173,7 +173,15 @@ paths::
 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.



<Prev in Thread] Current Thread [Next in Thread>