Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

doc: update FAQ, mark Copy Hash as deprecated

Changeset 61edf21219ab

Parent 8f88c1137b75

by Steve Borho

Changes to 2 files · Browse files at 61edf21219ab Showing diff from parent 8f88c1137b75 Diff from another changeset...

 
18
19
20
21
22
 
 
 
 
23
24
25
 
41
42
43
44
 
45
46
47
 
117
118
119
120
121
 
 
122
123
124
125
126
127
128
129
130
131
132
 
144
145
146
147
148
149
150
151
152
153
 
18
19
20
 
 
21
22
23
24
25
26
27
 
43
44
45
 
46
47
48
49
 
119
120
121
 
 
122
123
124
125
 
126
127
128
129
 
130
131
132
 
144
145
146
 
 
 
 
147
148
149
@@ -18,8 +18,10 @@
   *How can I get translations for the Explorer context menu?*   - See the `Download <http://bitbucket.org/tortoisehg/stable/wiki/download>`_ - wiki page + The available translations were stored by the installer under + :file:`C:\\Program Files\\TortoiseHg\\cmenu_i18n`. Select the + locale you would like to use, double-click on it, and confirm all + requests.    *How do I do merges and arbitrary version checkouts?*   @@ -41,7 +43,7 @@
   *How can I use Qct with TortoiseHg?*   - In 0.9, we have dropped support for external commit tools. + In 0.9, we have dropped support for external commit tools. Sorry.    *How can I use hgk (hg view) with TortoiseHg?*   @@ -117,16 +119,14 @@
  2. :file:`%APPDATA%\\Tortoisehg` settings for application state   (window positions, etc)   - These are configurables that are stored the Mercurial configuration - system. :: + These are some of the configurables that are stored the Mercurial + configuration system. ::     [tortoisehg] - extcommit = None   vdiff = vdiff   editor = gvim   tabwidth = 4   longsummary = True - copyhash = False   graphlimit = 500   authorcolor = True   authorcolor.steve = blue @@ -144,10 +144,6 @@
  # font used in file lists in status and commit tools   fontlist = courier 9   - # make the integrated diff window appear at the bottom or side - # (applies to commit and status dialogs) - diffbottom = False -  *How do I switch GTK themes?*     In 0.7, the theme was selectable at install time. For later
 
193
194
195
 
196
197
198
 
193
194
195
196
197
198
199
@@ -193,6 +193,7 @@
 :guilabel:`Copy Hash:`   Allow the changelog viewer to copy the changeset hash   of the currently selected changeset into the clipboard. + DEPRECATED, will be removed in a later release.   Default: False.    :guilabel:`Dead Branches:`