# HG changeset patch
# User Giampaolo Fadel <gp.fa...@gmail.com>
# Date 1248445704 -7200
# Node ID 065907cc4dc1e56c6e19d8a020bd172a371778a2
# Parent  4c55f4d131c01171687ab3fee7d75b276c867732
doc: footnotes instead numbered list

diff --git a/doc/source/changelog.txt b/doc/source/changelog.txt
--- a/doc/source/changelog.txt
+++ b/doc/source/changelog.txt
@@ -64,15 +64,15 @@
        display changes (visual diff) between this revision and your current
        working directory
 :guilabel:`update`
-       update your working directory to this revision [1]
+       update your working directory to this revision [#rcm1]_
 :guilabel:`merge with`
-       merge with this revision [2]
+       merge with this revision [#rcm2]_
 :guilabel:`copy hash`
        copy current revision's full hash to the clipboard
 :guilabel:`export patch`
        generate a patch file of this revision's changes
 :guilabel:`email patch`
-       send this revision's changes to email recipient [3]
+       send this revision's changes to email recipient [#rcm3]_
 :guilabel:`bundle rev:tip`
        create a bundle with all revs from selected to tip
 :guilabel:`add/remove tag`
@@ -84,7 +84,7 @@
        directory parent revision. Use with care.
 :guilabel:`strip`
        Remove the selected revision and all of it's descendants from the
-       repository [4]
+       repository [#rcm4]_
 
 
 If you right-click on a row other than the one that was currently selected, 
you get a different context menu.
@@ -92,23 +92,23 @@
 
 :guilabel:`diff with selected`
         Description
-:guilabel:`visual diff with selected` [5]
+:guilabel:`visual diff with selected` [#rcm5]_
         Description
 :guilabel:`email from here to selected`
         Description
 :guilabel:`bundle from here to selected`
         Description
-:guilabel:`merge with selected` [6]
+:guilabel:`merge with selected` [#rcm6]_
         Description
  
-1) Opens the TortoiseHg update/checkout dialog with this revision selected.
-2) Opens the TortoiseHg merge dialog with this revision selected.
-3) Opens the TortoiseHg email dialog with this revision selected.
-4) The strip command will store the stripped revisions in a bundle file
-   that can later be reapplied. See also_
-5) :menuselection:`Settings --> Global --> TortoiseHg --> Visual Diff Command`
-6) Only sensitive if the selected revision is your current working
-   directory parent
+.. [#rcm1] Opens the TortoiseHg update/checkout dialog with this revision 
selected.
+.. [#rcm2] Opens the TortoiseHg merge dialog with this revision selected.
+.. [#rcm3] Opens the TortoiseHg email dialog with this revision selected.
+.. [#rcm4] The strip command will store the stripped revisions in a bundle file
+                  that can later be reapplied. See also_
+.. [#rcm5] :menuselection:`Settings --> Global --> TortoiseHg --> Visual Diff 
Command`
+.. [#rcm6] Only sensitive if the selected revision is your current working
+                  directory parent
 
 .. _also: http://www.selenic.com/mercurial/wiki/index.cgi/EditingHistory
 
@@ -120,22 +120,22 @@
 bring up a context menu for the selected file:
 
 :guilabel:`visual diff`
-        Open this revision of the file in your visual editor[1]
+        Open this revision of the file in your visual editor [#flcm1]_
 :guilabel:`diff to local`
         Visualize differences between this revision and your checked out 
version
 :guilabel:`save at revision`
         Write this revision of the file to specified location
 :guilabel:`file history`
-        Show revisions that modified this file [2]
+        Show revisions that modified this file [#flcm2]_
 :guilabel:`annotate file`
         Open this file in the datamine app, annotated at this revision
 :guilabel:`revert file contents`
-        Checkout this specific revision of this file  [3]
+        Checkout this specific revision of this file  [#flcm3]_
  
-1) :menuselection:`Settings --> Global --> TortoiseHg --> Visual Editor`
-2) Does not show revisions where a file was deleted, as this is only a
-   manifest change, it does not modify the file's history.
-3) The new contents will appear as local changes and must be committed.
+.. [#flcm1] :menuselection:`Settings --> Global --> TortoiseHg --> Visual 
Editor`
+.. [#flcm2] Does not show revisions where a file was deleted, as this is only a
+                   manifest change, it does not modify the file's history.
+.. [#flcm3] The new contents will appear as local changes and must be 
committed.
 
 
 Changeset browser

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

Reply via email to