Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0, 2.0.1, and 2.0.2

stable doc: update serve.txt

Changeset e8b097078b53

Parent 9f0c68403f0d

by Steve Borho

Changes to one file · Browse files at e8b097078b53 Showing diff from parent 9f0c68403f0d Diff from another changeset...

 
8
9
10
11
12
13
 
 
14
15
16
 
18
19
20
21
22
23
24
25
 
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
 
 
 
 
48
49
50
 
53
54
55
56
 
57
58
59
 
8
9
10
 
 
 
11
12
13
14
15
 
17
18
19
 
 
20
21
22
 
25
26
27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
29
30
31
32
33
34
 
37
38
39
 
40
41
42
43
@@ -8,9 +8,8 @@
  :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). +launched, a computer can connect to the http port and browse your +repositories, perform clone, pull, or even push operations if enabled.    Toolbar buttons:   @@ -18,8 +17,6 @@
  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   @@ -28,23 +25,10 @@
 visit the Mercurial wiki for detailed descriptions of the various  web configurations.   -Multiple Repositories ---------------------- - -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:`thg serve --webdir-conf=hgwebdir.conf`. - +In TortoiseHg 2.0, the serve tool natively supports collections of local +repositories. Just drag them onto the web serve dialog while it is not +running, or add them by hand using the editing buttons. The repository +collections can be saved and reloaded.    From command line  ----------------- @@ -53,7 +37,7 @@
    thg serve [OPTION]...   - web server + start stand-alone webserver     options: