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

stable doc: a couple of small documentation tweaks

Changeset ea50f793bbe4

Parent ca1caa2c283d

by Steve Borho

Changes to 2 files · Browse files at ea50f793bbe4 Showing diff from parent ca1caa2c283d Diff from another changeset...

 
148
149
150
 
 
 
 
 
 
 
 
151
152
153
 
148
149
150
151
152
153
154
155
156
157
158
159
160
161
@@ -148,6 +148,14 @@
  Note that this will not work for modules distributed as .egg files;   the supplied path must contain the module's .py or .pyc files.   + If you have many extensions and/or hooks that all share the same + Python package, you can create an extension which explicitly + modifies sys.path for all the others. Simply name the extension + such that it is loaded first (alphabetically). Something like:: + + [extensions] + 00setSysPath = C:\path\to\setsyspath.py +  *How do I fix odd characters in dialog?*     Since 0.8, we no longer distribute multiple themes and switched
 
159
160
161
162
163
 
 
164
165
 
159
160
161
 
 
162
163
164
165
@@ -159,7 +159,7 @@
 Both the Repository Explorer and Commit Tool have optional Patch Queue  panels that are available when the user has enabled the MQ extension.  It allows the user to perform most patch operations including push, pop, -rename, and finish. It's recommended that to learn the MQ extension -before using the Patch Queue panel. +rename, and finish. It's recommended to learn the MQ extension before +using the Patch Queue panel.    .. vim: noet ts=4