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

stable doc: fix level of chapter titles

Changeset 70535cdb9e93

Parent d7782291f0b6

by Giampaolo Fadel

Changes to 14 files · Browse files at 70535cdb9e93 Showing diff from parent d7782291f0b6 Diff from another changeset...

 
1
 
2
3
 
4
5
6
 
 
1
2
 
3
4
5
6
@@ -1,6 +1,6 @@
-=========================== +***************************  TortoiseHg Changelog Viewer -=========================== +***************************    .. module:: changelog.dialog   :synopsis: Dialog used to view log
 
1
 
2
3
 
4
5
6
 
 
1
2
 
3
4
5
6
@@ -1,6 +1,6 @@
-====================== +**********************  TortoiseHg Commit Tool -====================== +**********************    .. module:: commit.dialog   :synopsis: Dialog used to perform commit
 
1
 
2
3
 
4
5
6
 
 
1
2
 
3
4
5
6
@@ -1,6 +1,6 @@
-=============== +***************  Common Features -=============== +***************    .. module:: common.dialog   :synopsis: Common features to all the dialog
 
1
 
2
3
 
4
5
6
 
 
1
2
 
3
4
5
6
@@ -1,6 +1,6 @@
-=================== +*******************  TortoiseHg Datamine -=================== +*******************    .. module:: datamine.dialog   :synopsis: Dialog used to search in the history
 
1
 
2
3
 
4
5
6
 
 
1
2
 
3
4
5
6
@@ -1,6 +1,6 @@
-============================ +****************************  Windows Explorer Integration -============================ +****************************    .. module:: explorer   :synopsis: Windows explorer integration
 
1
 
2
3
 
4
5
6
 
 
1
2
 
3
4
5
6
@@ -1,6 +1,6 @@
-============== +**************  TortoiseHg FAQ -============== +**************      *What is TortoiseHg?*
 
1
 
2
3
 
4
5
6
 
 
1
2
 
3
4
5
6
@@ -1,6 +1,6 @@
-======================= +***********************  TortoiseHg Introduction -======================= +***********************    .. module:: introduction   :synopsis: Introduce TortoiseHg and its various parts
 
1
 
2
3
 
4
5
6
 
 
1
2
 
3
4
5
6
@@ -1,6 +1,6 @@
-======= +*******  Preface -======= +*******    .. module:: preface   :synopsis: About this manual
 
1
 
2
3
 
4
5
6
 
 
1
2
 
3
4
5
6
@@ -1,6 +1,6 @@
-============================== +******************************  A quick tour for the impatient -============================== +******************************    .. module:: tour   :synopsis: A Gentle Introduction to Using TortoiseHg on Windows
 
1
 
2
3
 
4
5
6
 
 
1
2
 
3
4
5
6
@@ -1,6 +1,6 @@
-=================== +*******************  TortoiseHg Recovery -=================== +*******************    .. module:: recovery.dialog   :synopsis: Dialog used to perform recovery operations
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
 
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
-================ +****************  TortoiseHg Serve -================ +****************    .. module:: serve.dialog   :synopsis: Dialog used to start/stop the web server    .. figure:: figures/serve.png   :alt: Web server dialog    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).    :guilabel:`Start`   start the web server    :guilabel:`Stop`   stop the web server    :guilabel:`Browse`   open your default browser at the built-in web server    :guilabel:`Configure`   Configure repository web style, description, and access policies    When the settings dialog is launched via the :guilabel:`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 :file:`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: :command:`hgtk serve --webdir-conf=hgwebdir.conf`. In a  future release of TortoiseHg, we hope to make this launchable from the  shell context menu.    From command line  =================    The server tool can be started from command line ::     hgtk serve      The syntax is ::     hgtk serve [OPTIONS]    The valid [OPTIONS] are:    ``--webdir-conf``   It specifies the name of the webdir config file. See above for details.      Changes since 0.7  =================    * Improved error handling  * i18n fixes    .. vim: noet ts=4
 
1
 
2
3
 
4
5
6
 
 
1
2
 
3
4
5
6
@@ -1,6 +1,6 @@
-=================== +*******************  TortoiseHg Settings -=================== +*******************    .. module:: settings.dialog   :synopsis: Dialog used to set preferences
 
1
 
2
3
 
4
5
6
 
 
1
2
 
3
4
5
6
@@ -1,6 +1,6 @@
-====================== +**********************  TortoiseHg Shelve Tool -====================== +**********************    .. module:: shelve.dialog   :synopsis: Dialog used to perform shelve/unshelve operations
 
1
 
2
3
 
4
5
6
 
 
1
2
 
3
4
5
6
@@ -1,6 +1,6 @@
-====================== +**********************  TortoiseHg Synchronize -====================== +**********************    .. module:: synchronize.dialog   :synopsis: Dialog used to perform synchronization operations