# HG changeset patch # User timeless # Date 2016-01-10 06:21:40 # Node ID 70e7bfebba46935d356d6c27bb291a07e7e4cafb # Parent bf8b0796af2ead000dbe9740c04f927325eb4b26 help: split config user settings file by platform diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt --- a/mercurial/help/config.txt +++ b/mercurial/help/config.txt @@ -30,10 +30,19 @@ Files Mercurial reads configuration data from several files, if they exist. These files do not exist by default and you will have to create the -appropriate configuration files yourself: global configuration like -the username setting is typically put into -``%USERPROFILE%\mercurial.ini`` or ``$HOME/.hgrc`` and local -configuration is put into the per-repository ``/.hg/hgrc`` file. +appropriate configuration files yourself: + +Local configuration is put into the per-repository ``/.hg/hgrc`` file. + +Global configuration like the username setting is typically put into: + +.. container:: windows + + ``%USERPROFILE%\mercurial.ini`` + +.. container:: unix.plan9 + + ``$HOME/.hgrc`` The names of these files depend on the system on which Mercurial is installed. ``*.rc`` files from a single directory are read in