mercurial/help/scripting.txt
branchstable
changeset 25900 d14590f90cb6
parent 25881 9de443515f1d
child 26027 7b7e25a85f63
equal deleted inserted replaced
25894:54f9561088c7 25900:d14590f90cb6
    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