[PATCH] hgrc.5: order of email charsets is not a top level literal block

Christian Ebert blacktrash at gmx.net
Sat Nov 7 06:56:31 CST 2009


# HG changeset patch
# User Christian Ebert <blacktrash at gmx.net>
# Date 1257598487 -3600
# Node ID eebdc092e6550377b212923cfb14e79909465b81
# Parent  245689e7f86959cfcd6e9bbdc5db27b5a92a52bc
hgrc.5: order of email charsets is not a top level literal block

- it belongs under email charsets, not email in general
- enumerate order

diff --git a/doc/hgrc.5.txt b/doc/hgrc.5.txt
--- a/doc/hgrc.5.txt
+++ b/doc/hgrc.5.txt
@@ -323,13 +323,13 @@
     conversion fails, the text in question is sent as is. Defaults to
     empty (explicit) list.
 
-Order of outgoing email character sets::
+    Order of outgoing email character sets::
 
-  us-ascii             always first, regardless of settings
-  email.charsets       in order given by user
-  ui.fallbackencoding  if not in email.charsets
-  $HGENCODING          if not in email.charsets
-  utf-8                always last, regardless of settings
+      1. us-ascii             always first, regardless of settings
+      2. email.charsets       in order given by user
+      3. ui.fallbackencoding  if not in email.charsets
+      4. $HGENCODING          if not in email.charsets
+      5. utf-8                always last, regardless of settings
 
 Email example::
 


More information about the Mercurial-devel mailing list