Mercurial > hg
changeset 9744:e8990ce2f2d4
hgrc.5: use enumerated list for email charsets
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sat, 07 Nov 2009 14:30:58 +0100 |
parents | bae76e97f91a |
children | 5b8e0da2d59b |
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:54:47 2009 +0100 +++ b/doc/hgrc.5.txt Sat Nov 07 14:30:58 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: - 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 + 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::