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

doc: remove 'this page describes 0.N version' notes

Changeset abc42c355018

Parent 310496a1c64e

by Steve Borho

Changes to 4 files · Browse files at abc42c355018 Showing diff from parent 310496a1c64e Diff from another changeset...

 
5
6
7
8
9
10
11
12
 
5
6
7
 
 
8
9
10
@@ -5,8 +5,6 @@
 .. module:: datamine.dialog   :synopsis: Dialog used to search in the history   -This page describes the 0.7 version of datamine -  The datamine application is used to inspect the revision history of your  repository. It is a tabbed application that supports two tab types,  shown below.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
 
 
 
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
 ===================  TortoiseHg Recovery  ===================    .. module:: recovery.dialog   :synopsis: Dialog used to perform recovery operations   -This page describes the 0.7 version of recovery, though very little was -changed in 0.8 -  .. figure:: figures/recover.png   :alt: Recovery dialog    The buttons all equate to a single Mercurial command (save stop, obviously)    :guilabel:`clean`   :command:`hg update --clean` - performs a clean checkout of the existing   working directory parent revision. Undoes a partially completed   merge.    :guilabel:`rollback`   :command:`hg rollback` - undo operation for most recent repository   transaction. Can undo a commit or pull.    :guilabel:`recover`   :command:`hg recover` - recover from a badly aborted operation. Rarely   necessary, Mercurial will tell you if it needs to be performed.    :guilabel:`verify`   :command:`hg verify` - perform a consistency check of the contents of your   repository
 
5
6
7
8
9
 
 
 
 
 
10
11
12
 
43
44
45
46
47
48
49
50
51
52
53
 
5
6
7
 
 
8
9
10
11
12
13
14
15
 
46
47
48
 
 
 
 
 
49
50
51
@@ -5,8 +5,11 @@
 .. module:: settings.dialog   :synopsis: Dialog used to set preferences   -This page describes the 0.7 version of settings - +.. figure:: figures/settings.png + :alt: Settings dialog + + Settings dialog +  The Settings dialog is used to configure both TortoiseHg and the  underlying Mercurial DVCS. Since TortoiseHg uses Mercurial's underlying  configuration system to store and retrieve its settings, these are @@ -43,11 +46,6 @@
   The Settings tool is a tabbed application.   -.. figure:: figures/settings.png - :alt: Settings dialog - - Settings dialog -  Each tab corresponds roughly to a section of your :file:`Mercurial.ini`  file, though there is a certain amount of overlap. Some sections were  split across multiple tabs for clarity.
 
5
6
7
8
9
10
11
12
13
14
15
16
 
5
6
7
 
 
 
 
 
 
8
9
10
@@ -5,12 +5,6 @@
 .. module:: synchronize.dialog   :synopsis: Dialog used to perform synchronization operations   -This page describes the 0.7 version of synchronize - -The synchronize tool is used to transmit changesets between repositories -and to email recipients. - -  .. figure:: figures/synchronize.png   :alt: Synchronize dialog