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: add the module directive in each chapter

so the modindex.html will be generated

Changeset 4fc34be72bc8

Parent 7fd5422da0d0

by Giampaolo Fadel

Changes to 10 files · Browse files at 4fc34be72bc8 Showing diff from parent 7fd5422da0d0 Diff from another changeset...

 
2
3
4
 
 
 
5
6
7
 
2
3
4
5
6
7
8
9
10
@@ -2,6 +2,9 @@
 TortoiseHg Changelog Viewer  ===========================   +.. module:: changelog.dialog + :synopsis: Dialog used to view log +  .. figure:: figures/log.png   :alt: Changelog  
 
2
3
4
 
 
 
 
5
6
7
 
2
3
4
5
6
7
8
9
10
11
@@ -2,6 +2,10 @@
 TortoiseHg Commit Tool  ======================   +.. module:: commit.dialog + :synopsis: Dialog used to perform commit + +  This page describes the 0.8 version of commit    **The win32text extension can cause trouble with hunk selection. This
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
 ===============  Common Features  ===============   +.. module:: common.dialog + :synopsis: Common features to all the dialog +  These features are commonly available in many TortoiseHg tools, so we  document them here just once.    Geometry Restore  ================    Our primary applications like commit, changelog, and datamine, will  restore their geometry and position from the last time they were run.  This includes maximization.    If the state to be restored does not fit within your current screen  dimensions, the application will revert to factory default dimensions.    The TortoiseHg dialogs which are more transitory in nature (clone, init,  synch, update, merge) simply allow the window manager to place them  where it wishes.    Keyboard Accelerators  ---------------------    We define a few keyboard accelerators that all of the TortoiseHg tools support.    *CTRL-Q*   quit the application, including all open windows    *CTRL-W*   close the current window (same as *CTRL-Q* if only one window is open)    *CTRL-D*   visual diff of currently selected file or changeset    *CTRL-ENTER*   activation    *F5*   refresh    On `Mac OS X`_, the apple (command) key is used as the modifier instead  of *CTRL*. However some keyboard accelerators are internal to GTK+ so  you must use the control key to access cut-paste functionality, for  instance.    .. _`Mac OS X`: http://bitbucket.org/tortoisehg/stable/wiki/MacOSX    Visual Diffs  ------------    0.8 introduced a visual diff dialog that solves four usability issues:    1) The ability to select visual diff tools for individual files  2) Allows you to use visual diff tools that fork backround processes  3) Allows you to use visual diff tools that do not support directory diffs  4) Provides feedback when no files were modified    If you prefer the previous (<=0.7) behavior of directly launching your  visual diff tool, then you can recover that behavior via the user  settings dialog and *TortoiseHg->Skip Diff Window*.    Treeview searches  -----------------    Many TortoiseHg dialogs use treeviews to present lists of data to the  user. The file lists in the status, commit, shelve, and changelog tools  are treeviews. The changelog graph pane is a treeview. And even the  annotate pane in the datamine tool is a treeview.    Most of the TortoiseHg treeviews (as of release 0.8) are configured for  live searches. You simply ensure that the treeview has focus (by  clicking on a row), then begin typing. A small entry window will appear  with the text you have typed and the treeview will immediately jump to  the first row that matches the text you have entered thus far. As you  enter more keys, it refines it's search.    * *CTRL-F* will bring up the search window explicitly  * *CTRL-G* will advance the search to the next match,  * *SHIFT-CTRL-G* goes backwards  * The mouse scroll wheel will advance forwards and backwards through matching lines
 
2
3
4
 
 
 
5
6
7
 
2
3
4
5
6
7
8
9
10
@@ -2,6 +2,9 @@
 TortoiseHg Datamine  ===================   +.. 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
 
2
3
4
 
 
 
5
6
7
 
2
3
4
5
6
7
8
9
10
@@ -2,6 +2,9 @@
 Windows Explorer Integration  ============================   +.. module:: explorer + :synopsis: Windows explorer integration +  Overlay Icons  -------------  TortoiseHg provides visual representation of the file status via overlay
 
2
3
4
 
 
 
5
6
7
 
2
3
4
5
6
7
8
9
10
@@ -2,6 +2,9 @@
 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  
 
2
3
4
 
 
 
5
6
7
 
2
3
4
5
6
7
8
9
10
@@ -2,6 +2,9 @@
 TortoiseHg Serve  ================   +.. module:: serve.dialog + :synopsis: Dialog used to start/stop the web server +  The serve tool is a wrapper for Mercurial's built-in web server. Once  launched, any computer can attach to the http port and browse your  repository(ies) or perform clone, pull, or even push operations (if you
 
2
3
4
 
 
 
5
6
7
 
2
3
4
5
6
7
8
9
10
@@ -2,6 +2,9 @@
 TortoiseHg Settings  ===================   +.. module:: settings.dialog + :synopsis: Dialog used to set preferences +  This page describes the 0.7 version of settings    The Settings dialog is used to configure both TortoiseHg and the
 
2
3
4
 
 
 
5
6
7
 
2
3
4
5
6
7
8
9
10
@@ -2,6 +2,9 @@
 TortoiseHg Shelve Tool  ======================   +.. module:: commit.dialog + :synopsis: Dialog used to perform shelve/unshelve operations +  **The win32text extension can cause trouble with hunk selection. This  has been resolved in Mercurial 1.3 and TortoiseHg 0.8, but requires  proper configuration. See issue #82.**
 
2
3
4
 
 
 
5
6
7
 
2
3
4
5
6
7
8
9
10
@@ -2,6 +2,9 @@
 TortoiseHg Synchronize  ======================   +.. 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