Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.1, 0.8.2, and 0.8.3

doc: replace emphasis with the right role :kbd: and :guilabel: and others

Changeset b12fea3af802

Parent d34a8724f7b8

by Giampaolo Fadel

Changes to one file · Browse files at b12fea3af802 Showing diff from parent d34a8724f7b8 Diff from another changeset...

 
38
39
40
41
 
42
43
 
44
45
 
46
47
 
48
49
50
51
52
53
54
55
56
 
 
 
57
58
59
 
62
63
64
65
 
66
67
 
68
69
 
70
71
72
 
92
93
94
95
 
96
97
98
 
100
101
102
103
 
104
105
 
106
 
38
39
40
 
41
42
 
43
44
 
45
46
 
47
48
49
50
51
52
53
 
 
 
54
55
56
57
58
59
 
62
63
64
 
65
66
 
67
68
 
69
70
71
72
 
92
93
94
 
95
96
97
98
 
100
101
102
 
103
104
 
105
106
@@ -38,22 +38,22 @@
   The toggle buttons below the entry fields are for:   -*Follow copies and renames* +:guilabel:`Follow copies and renames`   follow searches through copies and renames out of inclusion filters -*Ignore case* +:guilabel:`Ignore case`   Perform the search without case considerations -*Show line numbers* +:guilabel:`Show line numbers`   Show line numbers at the front of the matching lines -*Show all matching revisions* +:guilabel:`Show all matching revisions`   Show every instance where the search criteria matches in a file, not   just the most recent revision. It shows +/- to indicate whether the   change adds or removes your search text.      Search tabs are named after the search string most recently used to -start a search. The *New Search* toolbar button will obviously open a -new search tab while the *Stop* button will terminate an ongoing search -(the *Stop* button is only sensitive when a search is in progress). +start a search. The :guilabel:`New Search` toolbar button will obviously open a +new search tab while the :guilabel:`Stop` button will terminate an ongoing search +(the :guilabel:`Stop` button is only sensitive when a search is in progress).    Matches  ------- @@ -62,11 +62,11 @@
 tooltip (author, date/time, summary). Right clicking on a matched line  will bring up a context menu with these features:   -*display change* +:guilabel:`display change`   open a changeset window with this changeset, to see the full context -*annotate file* +:guilabel:`annotate file`   open an annotation tab for this file at this revision -*file history* +:guilabel:`file history`   open a changelog window with this file's revision history    Annotate Tabs @@ -92,7 +92,7 @@
   By right-clicking on the annotate pane's column headers (Line, Rev,  Source) you can bring up a menu for showing two optional columns: -*filename* and *user*. +:guilabel:`filename` and :guilabel:`user`.    Configurables  ~~~~~~~~~~~~~ @@ -100,7 +100,7 @@
 The annotate tabs support the following configurations defined primarily  for other tools:   -*Changelog->Author Coloring* +:menuselection:`Changelog --> Author Coloring`   Give each author a separate color in the changelog graph -*TortoiseHg->Tab width* +:menuselection:`TortoiseHg --> Tab width`   Number of spaces to expand tabs in diffs and annotate output