doc/hg.1.txt
changeset 1951 696230e52e4d
parent 1920 b7cc0f323a4c
child 2031 d242719c716e
--- a/doc/hg.1.txt	Wed Mar 15 03:19:16 2006 +0100
+++ b/doc/hg.1.txt	Tue Mar 14 21:40:46 2006 -0800
@@ -146,6 +146,16 @@
 
     (deprecated, use .hgrc)
 
+HGRCPATH::
+    A list of files or directories to search for hgrc files.  Item
+    separator is ":" on Unix, ";" on Windows.  If HGRCPATH is not set,
+    platform default search path is used.  If empty, only .hg/hgrc of
+    current repository is read.
+
+    For each element in path, if a directory, all entries in directory
+    ending with ".rc" are added to path.  Else, element itself is
+    added to path.
+
 HGUSER::
     This is the string used for the author of a commit.