Mercurial > hg
changeset 10997:b3a1f535ce4f
docs: document default for web.encoding
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 26 Apr 2010 11:03:40 -0500 |
parents | f6d41bfc189e |
children | 2d4225faa61a |
files | doc/hgrc.5.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/hgrc.5.txt Mon Apr 26 11:03:40 2010 -0500 +++ b/doc/hgrc.5.txt Mon Apr 26 11:03:40 2010 -0500 @@ -945,7 +945,7 @@ Textual description of the repository's purpose or contents. Default is "unknown". ``encoding`` - Character encoding name. + Character encoding name. Default is the current locale charset. Example: "UTF-8" ``errorlog`` Where to output the error log. Default is stderr.