comparison doc/hgrc.5.txt @ 6325:41c77bb8d7f3

pager: remove pager code from core
author Matt Mackall <mpm@selenic.com>
date Thu, 20 Mar 2008 11:12:35 -0500
parents 1a13a5bbbbc1
children a1db3d8b9b8a
comparison
equal deleted inserted replaced
6324:ee1077b41d5c 6325:41c77bb8d7f3
533 Default is true. 533 Default is true.
534 debug;; 534 debug;;
535 Print debugging information. True or False. Default is False. 535 Print debugging information. True or False. Default is False.
536 editor;; 536 editor;;
537 The editor to use during a commit. Default is $EDITOR or "vi". 537 The editor to use during a commit. Default is $EDITOR or "vi".
538 pager;;
539 The pager that is used when displaying long output.
540 Default is $PAGER. If not set, the output is written to the
541 stdandard output.
542 usepager;;
543 If set to true, the system pager is used. True or False. Default is False.
544 fallbackencoding;; 538 fallbackencoding;;
545 Encoding to try if it's not possible to decode the changelog using 539 Encoding to try if it's not possible to decode the changelog using
546 UTF-8. Default is ISO-8859-1. 540 UTF-8. Default is ISO-8859-1.
547 ignore;; 541 ignore;;
548 A file to read per-user ignore patterns from. This file should be in 542 A file to read per-user ignore patterns from. This file should be in