comparison mercurial/help/config.txt @ 32139:de86a6872d06 stable

help: spelling fixes
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 03 May 2017 22:07:47 -0400
parents f06d23af6cdf
children d0d9a4fca59b 26c49ed51a69
comparison
equal deleted inserted replaced
32138:edbbd18a47ab 32139:de86a6872d06
417 ``win32``, ``terminfo`` or ``debug``. In auto mode, Mercurial will 417 ``win32``, ``terminfo`` or ``debug``. In auto mode, Mercurial will
418 use ANSI mode by default (or win32 mode on Windows) if it detects a 418 use ANSI mode by default (or win32 mode on Windows) if it detects a
419 terminal. Any invalid value will disable color. 419 terminal. Any invalid value will disable color.
420 420
421 ``pagermode`` 421 ``pagermode``
422 String: optinal override of ``color.mode`` used with pager. 422 String: optional override of ``color.mode`` used with pager.
423 423
424 On some systems, terminfo mode may cause problems when using 424 On some systems, terminfo mode may cause problems when using
425 color with ``less -R`` as a pager program. less with the -R option 425 color with ``less -R`` as a pager program. less with the -R option
426 will only display ECMA-48 color codes, and terminfo mode may sometimes 426 will only display ECMA-48 color codes, and terminfo mode may sometimes
427 emit codes that less doesn't understand. You can work around this by 427 emit codes that less doesn't understand. You can work around this by