comparison mercurial/help/config.txt @ 26281:5cac3bdb3c67

help/config: reword committemplate multibyte character text
author timeless@mozdev.org
date Fri, 04 Sep 2015 05:40:37 -0400
parents 5edf3dccb6f7
children 436f5ab16079
comparison
equal deleted inserted replaced
26280:5edf3dccb6f7 26281:5cac3bdb3c67
390 390
391 For some problematic encodings (see :hg:`help win32mbcs` for 391 For some problematic encodings (see :hg:`help win32mbcs` for
392 detail), this customization should be configured carefully, to 392 detail), this customization should be configured carefully, to
393 avoid showing broken characters. 393 avoid showing broken characters.
394 394
395 For example, if multibyte character ending with backslash (0x5c) is 395 For example, if a multibyte character ending with backslash (0x5c) is
396 followed by ASCII character 'n' in the customized template, 396 followed by the ASCII character 'n' in the customized template,
397 sequence of backslash and 'n' is treated as line-feed unexpectedly 397 the sequence of backslash and 'n' is treated as line-feed unexpectedly
398 (and multibyte character is broken, too). 398 (and the multibyte character is broken, too).
399 399
400 Customized template is used for commands below (``--edit`` may be 400 Customized template is used for commands below (``--edit`` may be
401 required): 401 required):
402 402
403 - :hg:`backout` 403 - :hg:`backout`