diff doc/hgrc.5.txt @ 5588:083b6e3142a2

churn: avoid division by zero
author Matt Mackall <mpm@selenic.com>
date Sun, 02 Dec 2007 17:04:16 -0600
parents 1b5b81d9039b
children 2f74cfa29e8c
line wrap: on
line diff
--- a/doc/hgrc.5.txt	Sun Dec 02 16:26:56 2007 -0600
+++ b/doc/hgrc.5.txt	Sun Dec 02 17:04:16 2007 -0600
@@ -17,7 +17,9 @@
 
 Mercurial reads configuration data from several files, if they exist.
 The names of these files depend on the system on which Mercurial is
-installed.
+installed. Windows registry keys contain PATH-like strings, every
+part must reference a Mercurial.ini file or be a directory where *.rc
+files will be read.
 
 (Unix)    <install-root>/etc/mercurial/hgrc.d/*.rc::
 (Unix)    <install-root>/etc/mercurial/hgrc::
@@ -29,6 +31,8 @@
 
 (Unix)    /etc/mercurial/hgrc.d/*.rc::
 (Unix)    /etc/mercurial/hgrc::
+(Windows) HKEY_LOCAL_MACHINE\SOFTWARE\Mercurial::
+  or::
 (Windows) C:\Mercurial\Mercurial.ini::
     Per-system configuration files, for the system on which Mercurial
     is running.  Options in these files apply to all Mercurial