Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0.1, 1.0.2, and 1.0.3

stable doc: reduce use of footnotes, which break on PDFs

Closes #1029

Changeset 56a366de3b63

Parent fc1891e16ab4

by Steve Borho

Changes to one file · Browse files at 56a366de3b63 Showing diff from parent fc1891e16ab4 Diff from another changeset...

 
235
236
237
238
 
 
239
240
 
 
241
242
243
 
247
248
249
250
 
 
251
252
253
 
269
270
271
272
 
273
274
275
 
291
292
293
294
 
295
296
 
 
297
298
299
300
301
302
303
 
304
305
306
 
318
319
320
321
322
323
324
 
325
326
327
328
329
 
330
331
332
 
235
236
237
 
238
239
240
 
241
242
243
244
245
 
249
250
251
 
252
253
254
255
256
 
272
273
274
 
275
276
277
278
 
294
295
296
 
297
298
 
299
300
301
302
303
304
305
306
 
307
308
309
310
 
322
323
324
 
 
 
 
325
326
 
 
 
 
327
328
329
330
@@ -235,9 +235,11 @@
  performs the equivalent of 'push -r <rev>'. This option is only   available on changesets marked as outgoing.   :guilabel:`Update...` - update your working directory to this revision [#rcm1]_ + update your working directory to this revision. Opens the + TortoiseHg update dialog with this revision selected.   :guilabel:`Merge With...` - merge with this revision [#rcm2]_ + merge with this revision. Opens the TortoiseHg merge dialog with + this revision selected.   :guilabel:`Backout...`   create a backout changeset for selected revision   :guilabel:`Revert` @@ -247,7 +249,8 @@
  :guilabel:`Export Patch`   generate a patch file containing this revision's changes   :guilabel:`Email Patch` - send this revision's changes to email recipient [#rcm3]_ + send this revision's changes to email recipient. Opens the + TortoiseHg email dialog with this revision selected.   :guilabel:`Bundle rev:tip`   create a bundle with all revs from selected to tip   :guilabel:`Archive...` @@ -269,7 +272,7 @@
  when MQ is enabled*   :guilabel:`Strip Revision...`   Remove the selected revision and all of it's descendants from the - repository [#rcm4]_ *Only visible when MQ is enabled* + repository [#rcm1]_ *Only visible when MQ is enabled*   :guilabel:`Transplant to local`   Transplant selected revision onto the current working parent.   *Only visible when the transplant extension is enabled* @@ -291,16 +294,17 @@
  Opens status viewer with cumulative changes of the range of   changesets. The status viewer allows cherry picked changes to   be saved to a file. - :guilabel:`Visual Diff with selected` [#rcm5]_ + :guilabel:`Visual Diff with selected`   Opens visual diff window with cumulative changes of the range - of changesets. + of changesets. See also menuselection:`Global Settings --> + TortoiseHg --> Visual Diff Tool`   :guilabel:`Email from here to selected`   Opens email dialog with range of changesets.   :guilabel:`Bundle from here to selected`   Creates a bundle file with range of changesets.   :guilabel:`Export patches from here to selected`   Creates a patch file for each changeset in selected range. - :guilabel:`Merge with selected` [#rcm6]_ + :guilabel:`Merge with selected`   Merges this revision with the other selected revision. If   neither revision is currently checked out, the merge dialog will   be forced to update to the first selected revision before @@ -318,15 +322,9 @@
  Import selected revision range into the current patch queue.   *Only visible when MQ is enabled*   -.. [#rcm1] Opens the TortoiseHg update 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 +.. [#rcm1] The strip command will store the stripped revisions in a bundle file   that can later be reapplied. - See `also <http://mercurial.selenic.com/wiki/EditingHistory>`_. -.. [#rcm5] :menuselection:`Global Settings --> TortoiseHg --> Visual Diff Tool` -.. [#rcm6] Only sensitive if the selected revision is your current working - directory parent + See also `EditingHistory <http://mercurial.selenic.com/wiki/EditingHistory>`_.    File Context Menus  ------------------