# HG changeset patch # User FUJIWARA Katsunori # Date 1148017939 25200 # Node ID 94d628499235c937d1f5832012d881b2b062ec68 # Parent 6d0a9de9a8ac1270a78cd1887451379ad977264c If HOME is defined on Windows, Mercurial uses it. Document this. diff -r 6d0a9de9a8ac -r 94d628499235 doc/hgrc.5.txt --- a/doc/hgrc.5.txt Thu May 18 22:46:27 2006 -0700 +++ b/doc/hgrc.5.txt Thu May 18 22:52:19 2006 -0700 @@ -36,11 +36,14 @@ files override per-installation options. (Unix) $HOME/.hgrc:: -(Windows) C:\Documents and Settings\USERNAME\Mercurial.ini +(Windows) C:\Documents and Settings\USERNAME\Mercurial.ini:: +(Windows) $HOME\Mercurial.ini:: Per-user configuration file, for the user running Mercurial. Options in this file apply to all Mercurial commands executed by any user in any directory. Options in this file override per-installation and per-system options. + On Windows system, one of these is chosen exclusively according + to definition of HOME environment variable. (Unix, Windows) /.hg/hgrc:: Per-repository configuration options that only apply in a