##// END OF EJS Templates
commands: explain that "hg serve" is mostly for ad-hoc sharing
Martin Geisler -
r11102:275198bc stable
parent child Browse files
Show More
@@ -2877,7 +2877,10 b' def root(ui, repo):'
2877 def serve(ui, repo, **opts):
2877 def serve(ui, repo, **opts):
2878 """export the repository via HTTP
2878 """export the repository via HTTP
2879
2879
2880 Start a local HTTP repository browser and pull server.
2880 Start a local HTTP repository browser and pull server. You can use
2881 this for ad-hoc sharing and browing of repositories. It is
2882 recommended to use a real web server to serve a repository for
2883 longer periods of time.
2881
2884
2882 By default, the server logs accesses to stdout and errors to
2885 By default, the server logs accesses to stdout and errors to
2883 stderr. Use the -A/--accesslog and -E/--errorlog options to log to
2886 stderr. Use the -A/--accesslog and -E/--errorlog options to log to
General Comments 0
You need to be logged in to leave comments. Login now