equal
deleted
inserted
replaced
413 effect and style see :hg:`help color`. |
413 effect and style see :hg:`help color`. |
414 |
414 |
415 ``mode`` |
415 ``mode`` |
416 String: control the method used to output color. One of ``auto``, ``ansi``, |
416 String: control the method used to output color. One of ``auto``, ``ansi``, |
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 prior to Windows 10) 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: optional override of ``color.mode`` used with pager. |
422 String: optional override of ``color.mode`` used with pager. |
423 |
423 |