[PATCH 2 of 4 STABLE] help: attempt to clarify that pager usage is not output length based

Matt Harbison mharbison72 at gmail.com
Wed May 3 23:30:32 EDT 2017


# HG changeset patch
# User Matt Harbison <matt_harbison at yahoo.com>
# Date 1493863523 14400
#      Wed May 03 22:05:23 2017 -0400
# Branch stable
# Node ID 22e30c35e527bd4f9c7f0f31f61b42754d849dc9
# Parent  08d31cd2ae238c5c448f7995c1393575e7f4202c
help: attempt to clarify that pager usage is not output length based

This may be too subtle of a change to get the point across, but when I first
read the original text, I thought maybe the pager would only be invoked if
writing more than a screenful.  The distinction between this and a pager that
simply exits after printing less than a screenful is important on Windows, given
the inability of `more` to color output.

diff --git a/mercurial/help/pager.txt b/mercurial/help/pager.txt
--- a/mercurial/help/pager.txt
+++ b/mercurial/help/pager.txt
@@ -1,4 +1,4 @@
-Some Mercurial commands produce a lot of output, and Mercurial will
+Some Mercurial commands can produce a lot of output, and Mercurial will
 attempt to use a pager to make those commands more pleasant.
 
 To set the pager that should be used, set the application variable::


More information about the Mercurial-devel mailing list