Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0.1, 1.0.2, and 1.0.3

stable doc: FAQ cleanups

Changeset c1c9de1fa7d2

Parent 9f2cae645dba

by Steve Borho

Changes to one file · Browse files at c1c9de1fa7d2 Showing diff from parent 9f2cae645dba Diff from another changeset...

 
57
58
59
60
61
 
 
62
63
64
 
131
132
133
134
135
136
 
 
 
137
138
139
 
165
166
167
168
 
169
170
171
172
173
174
 
 
 
175
176
177
 
181
182
183
 
 
184
 
57
58
59
 
 
60
61
62
63
64
 
131
132
133
 
 
 
134
135
136
137
138
139
 
165
166
167
 
168
169
 
 
 
 
 
170
171
172
173
174
175
 
179
180
181
182
183
184
@@ -57,8 +57,8 @@
   *How do I do merges and arbitrary version checkouts?*   - Merges and updates are intended to be done from within the Changelog - tool (:guilabel:`Repository Explorer` menu option) + Merges and updates are intended to be done within the + :guilabel:`Repository Explorer`, using changeset context menus    *How do I use TortoiseHg's shelve extension from the hg command line?*   @@ -131,9 +131,9 @@
   *How do I switch GTK themes?*   - You also should be able to download new themes and copy them into - the :file:`gtk\\share\\themes` directory and then enable them in - :file:`gtk\\etc\\gtk-2.0\\gtkrc`. + You can download new themes and copy them into the + :file:`gtk\\share\\themes` directory of your install and then enable + them in :file:`gtk\\etc\\gtk-2.0\\gtkrc`.    *Where do TortoiseHg extensions look for external Python modules on Windows?*   @@ -165,13 +165,11 @@
  [extensions]   00setSysPath = C:\path\to\setsyspath.py   -*How do I fix odd characters in dialog?* +*How do I fix odd characters in dialogs?*   - Since 0.8, we no longer distribute multiple themes and switched - default theme to MS-Windows. As a result, it might causes an issue - related default font of MS-Windows theme in some environments. In - order to fix this issue, add following setting to TortoiseHg's - :file:`gtkrc` file:: + The default font of the MS-Windows theme may cause problems in some + environments. In order to fix this issue, add following setting to + TortoiseHg's :file:`gtkrc` file::     style "msw-default"   { @@ -181,4 +179,6 @@
  You can find :file:`gtkrc` file in your TortoiseHg install directory:   i.e. :file:`C:\\Program Files\\TortoiseHg\\gtk\\etc\\gtk-2.0\\gtkrc`   + Also see the :guilabel:`Fonts` page of the settings tool +  .. vim: noet ts=4