diff doc/hgrc.5.txt @ 3835:d1ce5461beed

Allow the user to specify the fallback encoding for the changelog Example: use EUC-JP instead of ISO-8859-1: [ui] fallbackencoding = EUC-JP
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Fri, 08 Dec 2006 22:01:05 -0200
parents 98f2507c5551
children 15955d84bc68
line wrap: on
line diff
--- a/doc/hgrc.5.txt	Fri Dec 08 23:33:32 2006 +0100
+++ b/doc/hgrc.5.txt	Fri Dec 08 22:01:05 2006 -0200
@@ -388,6 +388,9 @@
     Print debugging information.  True or False.  Default is False.
   editor;;
     The editor to use during a commit.  Default is $EDITOR or "vi".
+  fallbackencoding;;
+    Encoding to try if it's not possible to decode the changelog using
+    UTF-8.  Default is ISO-8859-1.
   ignore;;
     A file to read per-user ignore patterns from. This file should be in
     the same format as a repository-wide .hgignore file. This option