Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.1, 0.8.2, and 0.8.3

doc: fix path separators

Changeset b6431b4e8233

Parent 451fc5d0980e

by Steve Borho

Changes to one file · Browse files at b6431b4e8233 Showing diff from parent 451fc5d0980e Diff from another changeset...

 
14
15
16
17
18
19
 
 
 
 
 
 
 
20
21
22
 
14
15
16
 
 
 
17
18
19
20
21
22
23
24
25
26
@@ -14,9 +14,13 @@
   Mercurial on Windows has a three-tier configuration system.   -1) A site-wide configuration file in :file:`C:\Program Files\TortoiseHg\Mercurial.ini` This file is read first and thus has the lowest priority. -2) A per-user configuration file in :file:`C:\Documents and Settings\username\Mercurial.ini` This file is read second and thus can override settings in the site-wide configuration file. -3) A per-repository configuration file in :file:`repo-root\.hg\hgrc` This file is read last and can override site-wide and user global settings. +1) A site-wide configuration file in :file:`C:\\Program Files\\TortoiseHg\\Mercurial.ini` + This file is read first and thus has the lowest priority. +2) A per-user configuration file in :file:`C:\\Documents and Settings\\username\\Mercurial.ini` + This file is read second and thus can override settings in the + site-wide configuration file. +3) A per-repository configuration file in :file:`repo-root\\.hg\\hgrc` This + file is read last and can override site-wide and user global settings.    The site-wide file can be overwritten on upgrades so it is recommended  that you do not make changes to this file. Instead, you should make