comparison mercurial/commands.py @ 13072:8c6b7a5f38c4

merge with stable
author Matt Mackall <mpm@selenic.com>
date Wed, 01 Dec 2010 18:47:40 -0600
parents 6c375e07d673 de4a18cbfc98
children 6320101a638c
comparison
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