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

stable doc: fix arrows in workbench.txt

Changeset 602020e8d33e

Parent aa36af4526e5

by André Sintzoff

Changes to one file · Browse files at 602020e8d33e Showing diff from parent aa36af4526e5 Diff from another changeset...

 
21
22
23
24
 
25
26
27
28
29
30
31
 
32
33
 
34
35
36
37
38
 
39
40
41
 
183
184
185
 
186
187
188
 
243
244
245
246
 
247
248
249
 
266
267
268
269
 
270
271
272
273
274
 
275
276
277
 
21
22
23
 
24
25
26
27
28
29
30
 
31
32
 
33
34
35
36
37
 
38
39
40
41
 
183
184
185
186
187
188
189
 
244
245
246
 
247
248
249
250
 
267
268
269
 
270
271
272
273
274
 
275
276
277
278
@@ -21,21 +21,21 @@
  A tabbed widget to view multiple repositories at once. The different   columns show general information about each changeset in the graphlog.   You can configure the columns to show from the menu via - :guilabel:`View -> Choose Log Columns...`, and there you can reorder + :menuselection:`View --> Choose Log Columns...`, and there you can reorder   the columns too. This is the main or central widget of the Workbench   application.     :guilabel:`Repository Registry`   This widget, by default shown on the left, allows to manage multiple   repositories from the Workbench. You can show/hide it via - :guilabel:`View -> Show Repo Registry` or with the corresponding button + :menuselection:`View --> Show Repo Registry` or with the corresponding button   in the Dock Toolbar. It's also a dockable widget. - The :guilabel:`View -> Show Paths` menu option allows to not only view + The :menuselection:`View --> Show Paths` menu option allows to not only view   the names of the repositories but also their path in a second column.     :guilabel:`Output Log`   This dockable widget, which can be shown/hidden with - :guilabel:`View -> Show Output Log`, gives the user information about + :menuselection:`View --> Show Output Log`, gives the user information about   the Mercurial commands that were executed during the current session.   You can also use it as a commandline by typing Mercurial commands at its   prompt directly. It shows any error messages when appropriate. Content @@ -183,6 +183,7 @@
    :guilabel:`Search`   For performing text searches through file content. +  .. See _`Search` for more detail.    .. @@ -243,7 +244,7 @@
  stand out more.   :guilabel:`Branch options`   A few options for showing branches. - See :guilabel:`Repo Settings -> Changelog -> Dead Branches` for + See :menuselection:`Repo Settings --> Changelog --> Dead Branches` for   a method to prune names from this combo box.   :guilabel:`Branches combo`   A combo box with the list of named branches in your repository. @@ -266,12 +267,12 @@
 There are some Workbench features that could have performance implications in  large repositories.   -* :menuselection:`View -> Choose Log columns...` +* :menuselection:`View --> Choose Log columns...`   Enabling the :guilabel:`Changes` column can be expensive to calculate on   repositories with large working copies, causing both refreshes and scrolling   to be slow.   -* :menuselection:`View -> Load all` +* :menuselection:`View --> Load all`   Normally, when the user scrolls through the history, chunks of changesets   are read as you scroll. This menu choice allows you to have the Workbench   read all the changesets from the repository, probably allowing smoother