equal
deleted
inserted
replaced
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 |