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
 
2
3
4
 
 
 
5
6
7
 
2
3
4
5
6
7
8
9
10
@@ -2,6 +2,9 @@
 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.  
 
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  
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
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
 ================  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  configure your server to allow it).    .. figure:: figures/serve.png   :alt: Web server dialog    *Start*   start the web server    *Stop*   stop the web server    *Browse*   open your default browser at the built-in web server    *Configure*   Configure repository web style, description, and access policies    When the settings dialog is launched via the *Configure* button, it is  run in the context of the current repository. Please visit the  Mercurial wiki for detailed descriptions of what the various web  configurations are for.    If you wish to serve a many repositories with a single web server  instance, you can create an ``hgwebdir.conf`` text file with the  following contents: ::     [paths]   / = /path/to/repositories/*    The first path '/' is where the repositories will appear in the context  of the web server and the second path describes here the repositories  can be found on your computer. Multiple entries are possible.    To use this file you must launch the TortoiseHg serve dialog from the  command line via: ``hgtk serve --webdir-conf=hgwebdir.conf``. In a  future release of TortoiseHg, we hope to make this launchable from the  shell context menu.    Changes in 0.8  --------------  * Improved error handling  * i18n fixes
 
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