Show More
@@ -12,15 +12,15 b' to configure a server or a service. They' | |||||
12 | their actual IP address. |
|
12 | their actual IP address. | |
13 |
|
13 | |||
14 | To allow other people to discover your repository using run "hg serve" in your |
|
14 | To allow other people to discover your repository using run "hg serve" in your | |
15 |
repository |
|
15 | repository:: | |
16 |
|
16 | |||
17 | $ cd test |
|
17 | $ cd test | |
18 | $ hg serve |
|
18 | $ hg serve | |
19 |
|
19 | |||
20 |
You can discover zeroconf enabled repositories by running "hg paths" |
|
20 | You can discover zeroconf enabled repositories by running "hg paths":: | |
21 |
|
21 | |||
22 | $ hg paths |
|
22 | $ hg paths | |
23 | zc-test = http://example.com:8000/test |
|
23 | zc-test = http://example.com:8000/test | |
24 | ''' |
|
24 | ''' | |
25 |
|
25 | |||
26 | import Zeroconf, socket, time, os |
|
26 | import Zeroconf, socket, time, os |
General Comments 0
You need to be logged in to leave comments.
Login now