mercurial/commands.py
changeset 13072 8c6b7a5f38c4
parent 13047 6c375e07d673
parent 13065 de4a18cbfc98
child 13136 6320101a638c
equal deleted inserted replaced
13059:f553024f1832 13072:8c6b7a5f38c4
  3325 
  3325 
  3326 def serve(ui, repo, **opts):
  3326 def serve(ui, repo, **opts):
  3327     """start stand-alone webserver
  3327     """start stand-alone webserver
  3328 
  3328 
  3329     Start a local HTTP repository browser and pull server. You can use
  3329     Start a local HTTP repository browser and pull server. You can use
  3330     this for ad-hoc sharing and browing of repositories. It is
  3330     this for ad-hoc sharing and browsing of repositories. It is
  3331     recommended to use a real web server to serve a repository for
  3331     recommended to use a real web server to serve a repository for
  3332     longer periods of time.
  3332     longer periods of time.
  3333 
  3333 
  3334     Please note that the server does not implement access control.
  3334     Please note that the server does not implement access control.
  3335     This means that, by default, anybody can read from the server and
  3335     This means that, by default, anybody can read from the server and