Mercurial > hg
changeset 13065:de4a18cbfc98 stable
serve: fix doc typo
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Fri, 26 Nov 2010 18:45:35 +0100 |
parents | 487b5787fe01 |
children | 86888ae9ce90 |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Thu Nov 25 21:50:41 2010 -0600 +++ b/mercurial/commands.py Fri Nov 26 18:45:35 2010 +0100 @@ -3322,7 +3322,7 @@ """start stand-alone webserver Start a local HTTP repository browser and pull server. You can use - this for ad-hoc sharing and browing of repositories. It is + this for ad-hoc sharing and browsing of repositories. It is recommended to use a real web server to serve a repository for longer periods of time.