changeset 9743:bae76e97f91a

hgrc.5: order of email charsets is not a top level literal block - it belongs under email charsets, not email in general - enumerate order
author Christian Ebert <blacktrash@gmx.net>
date Sat, 07 Nov 2009 13:54:47 +0100
parents 0c84afa1d622
children e8990ce2f2d4
files doc/hgrc.5.txt
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/doc/hgrc.5.txt	Sat Nov 07 13:25:25 2009 +0100
+++ b/doc/hgrc.5.txt	Sat Nov 07 13:54:47 2009 +0100
@@ -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::