# HG changeset patch
# User Giampaolo Fadel <gp.fa...@gmail.com>
# Date 1248263485 -7200
# Node ID 1b71e1dc39f6dd7c82380048219d9954addf176a
# Parent  d9fd2ca7cc8f1065c6fc7ce1ef8adbc4f04b6cd8
doc: replace emphasis with the right role :kbd: and :guilabel: and others

diff --git a/doc/source/shelve.txt b/doc/source/shelve.txt
--- a/doc/source/shelve.txt
+++ b/doc/source/shelve.txt
@@ -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`

------------------------------------------------------------------------------
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to