comparison 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
comparison
equal deleted inserted replaced
4689:54a2b94a372c 4690:ecea4de3104e
549 Default is 1; set to 0 to disable. 549 Default is 1; set to 0 to disable.
550 style;; 550 style;;
551 Which template map style to use. 551 Which template map style to use.
552 templates;; 552 templates;;
553 Where to find the HTML templates. Default is install path. 553 Where to find the HTML templates. Default is install path.
554 encoding;;
555 Character encoding name.
556 Example: "UTF-8"
554 557
555 558
556 AUTHOR 559 AUTHOR
557 ------ 560 ------
558 Bryan O'Sullivan <bos@serpentine.com>. 561 Bryan O'Sullivan <bos@serpentine.com>.