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 8e8eb2572799

Parent 307aa65a85be

by Giampaolo Fadel

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

 
13
14
15
16
17
 
 
18
19
20
21
22
 
 
23
24
25
26
 
 
27
28
29
30
 
 
31
32
 
13
14
15
 
 
16
17
18
19
20
 
 
21
22
23
24
 
 
25
26
27
28
 
 
29
30
31
32
@@ -13,20 +13,20 @@
   The buttons all equate to a single Mercurial command (save stop, obviously)   -*clean* - ``hg update --clean`` - performs a clean checkout of the existing +:guilabel:`clean` + :command:`hg update --clean` - performs a clean checkout of the existing   working directory parent revision. Undoes a partially completed   merge.   -*rollback* - ``hg rollback`` - undo operation for most recent repository +:guilabel:`rollback` + :command:`hg rollback` - undo operation for most recent repository   transaction. Can undo a commit or pull.   -*recover* - ``hg recover`` - recover from a badly aborted operation. Rarely +:guilabel:`recover` + :command:`hg recover` - recover from a badly aborted operation. Rarely   necessary, Mercurial will tell you if it needs to be performed.   -*verify* - ``hg verify`` - perform a consistency check of the contents of your +:guilabel:`verify` + :command:`hg verify` - perform a consistency check of the contents of your   repository