mercurial/commands.py
branchstable
changeset 13065 de4a18cbfc98
parent 12965 0d4fb319974b
child 13072 8c6b7a5f38c4
child 13134 ea3c93b53fdb
equal deleted inserted replaced
13064:487b5787fe01 13065:de4a18cbfc98
  3320 
  3320 
  3321 def serve(ui, repo, **opts):
  3321 def serve(ui, repo, **opts):
  3322     """start stand-alone webserver
  3322     """start stand-alone webserver
  3323 
  3323 
  3324     Start a local HTTP repository browser and pull server. You can use
  3324     Start a local HTTP repository browser and pull server. You can use
  3325     this for ad-hoc sharing and browing of repositories. It is
  3325     this for ad-hoc sharing and browsing of repositories. It is
  3326     recommended to use a real web server to serve a repository for
  3326     recommended to use a real web server to serve a repository for
  3327     longer periods of time.
  3327     longer periods of time.
  3328 
  3328 
  3329     Please note that the server does not implement access control.
  3329     Please note that the server does not implement access control.
  3330     This means that, by default, anybody can read from the server and
  3330     This means that, by default, anybody can read from the server and