Comments
Patch
@@ -17,6 +17,13 @@
See :hg:`help config.ui.color` for details.
+.. container:: windows
+
+ 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.
+
Mode
====
@@ -10,6 +10,13 @@
$PAGER. If neither pager.pager, nor $PAGER is set, a default pager
will be used, typically `less` on Unix and `more` on Windows.
+.. container:: windows
+
+ On Windows, `more` is not color aware, so using it effectively disables color.
+ MSYS and Cygwin shells provide `less` as a pager, which can be configured to
+ support ANSI color codes. See :hg:`help config.color.pagermode` to configure
+ the color mode when invoking a pager.
+
You can disable the pager for certain commands by adding them to the
pager.ignore list::