Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.3, 2.0, and 2.0.1

stable doc: faq.txt changes

- correct name for repo specific config file
- add info about thg specific config files

Changeset 61f2df43e405

Parent b6be62baa51f

by Johan Samyn

Changes to one file · Browse files at 61f2df43e405 Showing diff from parent b6be62baa51f Diff from another changeset...

 
56
57
58
 
 
 
 
 
 
 
 
59
60
61
62
63
64
65
66
67
 
68
69
70
 
56
57
58
59
60
61
62
63
64
65
66
67
 
 
 
 
 
 
 
 
68
69
70
71
@@ -56,15 +56,16 @@
 *How is TortoiseHg configured?*     TortoiseHg gets configuration settings from two systems. + + 1. The Mercurial configuration system, which is three-tiered + a. Site-wide :file:`Mercurial.ini` in :file:`%ProgramFiles%\\TortoiseHg` + b. Per-User :file:`Mercurial.ini` in :file:`%UserProfile%` + c. Per-Repository :file:`hgrc` in :file:`{repo-root}\\.hg` + 2. The folder :file:`%APPDATA%\\TortoiseHg`: + a. File :file:`thg-reporegistry.xml` holds the content of the RepoRegistry. + b. File :file:`TortoiseHgQt.ini` contains the settings for application state (window positions, etc).   - 1. The Mercurial configuration system, which is three-tiered - 1. Site-wide :file:`Mercurial.ini` in :file:`%ProgramFiles%\\TortoiseHg` - 2. Per-User :file:`Mercurial.ini` in :file:`%UserProfile%` - 3. Per-Repository :file:`Mercurial.ini` in :file:`{repo-root}\\.hg\\hgrc` - 2. :file:`%APPDATA%\\Tortoisehg` settings for application state - (window positions, etc) - - These are some of the configurables that are stored the Mercurial + These are some of the configurables that are stored in the Mercurial   configuration system. ::     [tortoisehg]