Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.2, 0.8.3, and 0.9

doc: footnotes instead numbered list

Changeset 065907cc4dc1

Parent 4c55f4d131c0

by Giampaolo Fadel

Changes to one file · Browse files at 065907cc4dc1 Showing diff from parent 4c55f4d131c0 Diff from another changeset...

 
64
65
66
67
 
68
69
 
70
71
72
73
74
75
 
76
77
78
 
84
85
86
87
 
88
89
90
 
92
93
94
95
 
96
97
98
99
100
101
 
102
103
104
105
106
107
108
109
110
111
 
 
 
 
 
 
 
 
112
113
114
 
120
121
122
123
 
124
125
126
127
128
129
 
130
131
132
133
 
134
135
136
137
138
 
 
 
 
139
140
141
 
64
65
66
 
67
68
 
69
70
71
72
73
74
 
75
76
77
78
 
84
85
86
 
87
88
89
90
 
92
93
94
 
95
96
97
98
99
100
 
101
102
103
 
 
 
 
 
 
 
 
104
105
106
107
108
109
110
111
112
113
114
 
120
121
122
 
123
124
125
126
127
128
 
129
130
131
132
 
133
134
 
 
 
 
135
136
137
138
139
140
141
@@ -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