equal
deleted
inserted
replaced
11 - Executing the ``hg`` process |
11 - Executing the ``hg`` process |
12 - Querying a HTTP server |
12 - Querying a HTTP server |
13 - Calling out to a command server |
13 - Calling out to a command server |
14 |
14 |
15 Executing ``hg`` processes is very similar to how humans interact with |
15 Executing ``hg`` processes is very similar to how humans interact with |
16 Mercurial in the shell. It should already be familar to you. |
16 Mercurial in the shell. It should already be familiar to you. |
17 |
17 |
18 :hg:`serve` can be used to start a server. By default, this will start |
18 :hg:`serve` can be used to start a server. By default, this will start |
19 a "hgweb" HTTP server. This HTTP server has support for machine-readable |
19 a "hgweb" HTTP server. This HTTP server has support for machine-readable |
20 output, such as JSON. For more, see :hg:`help hgweb`. |
20 output, such as JSON. For more, see :hg:`help hgweb`. |
21 |
21 |