# HG changeset patch # User timeless@mozdev.org # Date 1441359637 14400 # Node ID 5cac3bdb3c67d4cb4b1e51c4d0110d3b43579e0a # Parent 5edf3dccb6f7d1b90d5f799e42741553ff51fbab help/config: reword committemplate multibyte character text diff -r 5edf3dccb6f7 -r 5cac3bdb3c67 mercurial/help/config.txt --- a/mercurial/help/config.txt Fri Aug 28 15:43:14 2015 -0400 +++ b/mercurial/help/config.txt Fri Sep 04 05:40:37 2015 -0400 @@ -392,10 +392,10 @@ detail), this customization should be configured carefully, to avoid showing broken characters. - For example, if multibyte character ending with backslash (0x5c) is - followed by ASCII character 'n' in the customized template, - sequence of backslash and 'n' is treated as line-feed unexpectedly - (and multibyte character is broken, too). + For example, if a multibyte character ending with backslash (0x5c) is + followed by the ASCII character 'n' in the customized template, + the sequence of backslash and 'n' is treated as line-feed unexpectedly + (and the multibyte character is broken, too). Customized template is used for commands below (``--edit`` may be required):