diff doc/hgrc.5.txt @ 4690:ecea4de3104e

Enable to select encoding in hgrc web section This patch provides character encoding setting in each repository. After this patch, You can use multi encoding repositories with one mercurial server.
author OHASHI Hideya <ohachige at gmail.com>
date Wed, 13 Jun 2007 18:18:06 +0900
parents a7e9b6b1adeb
children 53eca35c3aeb
line wrap: on
line diff
--- a/doc/hgrc.5.txt	Sat Jun 23 21:11:28 2007 +0200
+++ b/doc/hgrc.5.txt	Wed Jun 13 18:18:06 2007 +0900
@@ -551,6 +551,9 @@
     Which template map style to use.
   templates;;
     Where to find the HTML templates. Default is install path.
+  encoding;;
+    Character encoding name.
+    Example: "UTF-8"
 
 
 AUTHOR