diff doc/hg.1.txt @ 924:ab681ea2857e

updated help text and added manpage section for hg paths Index: hg/doc/hg.1.txt ===================================================================
author TK Soh <teekaysoh@yahoo.com>
date Tue, 16 Aug 2005 17:30:41 -0800
parents 891b6a262c4b
children 6f2c3bcbfaaf
line wrap: on
line diff
--- a/doc/hg.1.txt	Tue Aug 16 17:12:25 2005 -0800
+++ b/doc/hg.1.txt	Tue Aug 16 17:30:41 2005 -0800
@@ -253,6 +253,14 @@
 parents::
     Print the working directory's parent revisions.
 
+paths [NAME]::
+    Show definition of symbolic path name NAME. If no name is given, show
+    definition of available names.
+
+    Path names are defined in the [paths] section of the $HOME/.hgrc and
+    <repo>/.hg/hgrc configuration files. If run outside a repo, 'paths'
+    queries only $HOME/.hgrc.
+
 pull <repository path>::
     Pull changes from a remote repository to a local one.