# HG changeset patch
# User Giampaolo Fadel <[email protected]>
# Date 1248265233 -7200
# Node ID 9d1f4d423308dc4bcbc1dcd4235cd8013060fbe1
# Parent 6cf9edfced52bd03becdd1cc466195c866383d79
doc: replace emphasis with the right role :kbd: and :guilabel: and others
diff --git a/doc/source/recovery.txt b/doc/source/recovery.txt
--- a/doc/source/recovery.txt
+++ b/doc/source/recovery.txt
@@ -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
------------------------------------------------------------------------------
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop