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 307aa65a85be

Parent 751be20434bd

by Giampaolo Fadel

Changes to one file · Browse files at 307aa65a85be Showing diff from parent 751be20434bd Diff from another changeset...

 
22
23
24
25
 
26
27
28
 
29
30
 
31
32
 
33
34
 
35
36
37
 
38
39
40
 
41
42
43
 
44
45
46
 
101
102
103
104
 
105
106
 
107
108
109
 
119
120
121
122
123
 
 
 
22
23
24
 
25
26
27
 
28
29
 
30
31
 
32
33
 
34
35
36
 
37
38
39
 
40
41
42
 
43
44
45
46
 
101
102
103
 
104
105
 
106
107
108
109
 
119
120
121
 
 
122
123
@@ -22,25 +22,25 @@
   Walking across the toolbar, the buttons perform the following tasks:   -*Refresh* +:guilabel:`Refresh`   Reload the state of the working directory. It retains file check and   selection state across refresh, but not hunks. -*Shelve* +:guilabel:`Shelve`   Shelve selected diffs in checked files. -*Unshelve* +:guilabel:`Unshelve`   Replace the shelved changes back into the working directory. -*Revert* +:guilabel:`Revert`   Revert checked files to last revisioned state. -*Add* +:guilabel:`Add`   Add checked files that were in unknown *?* state.   These files will then be versioned as soon as they are committed. -*Move* +:guilabel:`Move`   Move checked files to specified target directory.   This move is done with Mercurial's full knowledge. -*Remove* +:guilabel:`Remove`   Delete checked unversioned files and/or remove (mark as deleted) any   versioned files. -*Show Diff* +:guilabel:`Show Diff`   This is a toggle button that shows and hides the entire diff panel.   Hiding the diff panel can sometimes be useful in large repositories.   @@ -101,9 +101,9 @@
 Keyboard navigation  -------------------   -*CTRL-Q* +:guilabel:`CTRL-Q`   will close the top dialog window -*CTRL-C* +:guilabel:`CTRL-C`   in the diff panel will copy the currently highlighted (not selected,   but highlighted) diff hunks to the clipboard. These can be pasted   into a text buffer to generate any arbitrary patch based from the @@ -119,5 +119,5 @@
 Configurables  -------------   -* *TortoiseHg->Bottom Diffs* -* *TortoiseHg->Tab Width* +* :menuselection:`TortoiseHg --> Bottom Diffs` +* :menuselection:`TortoiseHg --> Tab Width`