doc/hg.1.txt
changeset 605 8e82fd763be2
parent 595 c2c2c6d617bd
child 606 ea4526f9b1a5
equal deleted inserted replaced
604:40a66d464ac2 605:8e82fd763be2
   272     -n, --nonrecursive    do not recurse into subdirectories
   272     -n, --nonrecursive    do not recurse into subdirectories
   273 
   273 
   274 root::
   274 root::
   275     Print the root directory of the current repository.
   275     Print the root directory of the current repository.
   276 
   276 
   277 serve [-a addr -n name -p port -t templatedir]::
   277 serve [-a addr -l logfile -n name -p port -t templatedir]::
   278     Start a local HTTP repository browser and pull server.
   278     Start a local HTTP repository browser and pull server.
   279 
   279 
   280     options:
   280     By default, the server logs accesses to stdout and errors to
   281     -a, --address <addr> address to use
   281     stderr.  Use the "-A" and "-E" options to log to files.
   282     -p, --port <n>       port to use (default: 8000)
   282 
   283     -n, --name <name>    name to show in web pages (default: working dir)
   283     options:
       
   284     -A, --accesslog <file>   name of access log file to write to
       
   285     -E, --errorlog <file>    name of error log file to write to
       
   286     -a, --address <addr>     address to use
       
   287     -p, --port <n>           port to use (default: 8000)
       
   288     -n, --name <name>        name to show in web pages (default: working dir)
   284     -t, --templatedir <path> web templates to use
   289     -t, --templatedir <path> web templates to use
   285 
   290 
   286 status::
   291 status::
   287     Show changed files in the working directory.
   292     Show changed files in the working directory.
   288 
   293