Comments
Patch
@@ -22,7 +22,8 @@
The default pager on Windows does not support color, so enabling the pager
will effectively disable color. See :hg:`help config.ui.paginate` to disable
the pager. Alternately, MSYS and Cygwin shells provide `less` as a pager,
- which can be configured to support ANSI color mode.
+ which can be configured to support ANSI color mode. Windows 10 natively
+ supports ANSI color mode.
Mode
====
@@ -415,7 +415,7 @@
``mode``
String: control the method used to output color. One of ``auto``, ``ansi``,
``win32``, ``terminfo`` or ``debug``. In auto mode, Mercurial will
- use ANSI mode by default (or win32 mode on Windows) if it detects a
+ use ANSI mode by default (or win32 mode prior to Windows 10) if it detects a
terminal. Any invalid value will disable color.
``pagermode``