Mercurial > hg-stable
diff mercurial/commands.py @ 13065:de4a18cbfc98 stable
serve: fix doc typo
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Fri, 26 Nov 2010 18:45:35 +0100 |
parents | 0d4fb319974b |
children | 8c6b7a5f38c4 ea3c93b53fdb |
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.