Mercurial > hg
changeset 5972:d83020d0466f
added an entry about the prefix option inside the hgrc man page
author | Michele Cella <michele.cella@gmail.com> |
---|---|
date | Tue, 22 Jan 2008 23:07:23 +0100 |
parents | 6d5ecf824a65 |
children | ea77f6f77514 |
files | doc/hgrc.5.txt |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/hgrc.5.txt Tue Jan 22 23:06:37 2008 +0100 +++ b/doc/hgrc.5.txt Tue Jan 22 23:07:23 2008 +0100 @@ -553,6 +553,8 @@ Maximum number of files to list per changeset. Default is 10. port;; Port to listen on. Default is 8000. + prefix;; + Prefix path to serve from. Default is '' (server root). push_ssl;; Whether to require that inbound pushes be transported over SSL to prevent password sniffing. Default is true.