mercurial/help/config.txt
changeset 32666 dd0bdeb0feee
parent 32274 2b017d22fe97
child 32744 33b7283a3828
equal deleted inserted replaced
32665:98c2b44bdf9a 32666:dd0bdeb0feee
   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