sapling/mercurial
David Soria Parra fba7246b03 Use the pager given by the environment to display long output
Unix systems usually have a PAGER environment variable set.
If it is set, mercurial will use the pager application to display
output.

Two configuration variables are available to influence the behaviour of the
pager. ui.pager sets the pager application. The pager is
only used if ui.usepager is true. By default ui.usepager is disabled.
2008-03-18 22:12:34 +01:00
..
hgweb Spacing cleanup 2008-03-16 23:24:53 +01:00
__init__.py Add back links from file revisions to changeset revisions 2005-05-03 13:16:10 -08:00
ancestor.py diff: use copy smarts from copies.py 2008-03-15 10:02:31 -05:00
archival.py Expand import * to allow Pyflakes to find problems 2008-03-06 22:23:26 +01:00
base85.c python2.5 PyArg_ParseTuple fix 2006-10-12 14:04:11 -03:00
bdiff.c Fix bdiff test failures on AIX. 2007-10-23 10:39:24 +00:00
bundlerepo.py revlog: report node and file when lookup fails 2008-03-11 17:42:29 -05:00
byterange.py send conservatively capitalized HTTP headers 2008-01-23 14:28:25 +01:00
changegroup.py improve changegroup.readbundle(), use it in hgweb 2008-02-21 17:02:28 +01:00
changelog.py make sure not to reuse an existing append-file from a previous failed pull 2008-03-14 21:35:49 +01:00
cmdutil.py Fix issue995 (copy --after and symlinks pointing to a directory) 2008-03-14 10:32:19 -03:00
commands.py revert: update state of files in the "checkout" list 2008-03-18 04:07:39 -03:00
context.py filectx.ancestor: use fctx._repopath to cache filelogs (issue1035) 2008-03-16 06:10:47 -03:00
copies.py Revert 854bf5451519, fixing the output of 2 tests 2008-03-15 22:03:18 -03:00
demandimport.py demandimport: handling new relative imports 2008-01-16 19:14:54 +03:30
diffhelpers.c Handle patches with misformatted empty lines 2007-11-01 17:15:50 -05:00
dirstate.py normallookup: during merges, restore the state saved by remove 2008-03-18 04:07:39 -03:00
dispatch.py Avoid importing mercurial.node/mercurial.repo stuff from mercurial.hg 2008-03-06 22:51:16 +01:00
extensions.py Remove unused imports 2008-03-06 22:23:41 +01:00
fancyopts.py transform a bunch of print statements to appropriate ui calls 2008-01-18 10:48:25 -06:00
filelog.py Remove unused imports 2008-03-06 22:23:41 +01:00
filemerge.py Remove unused imports 2008-03-06 22:23:41 +01:00
hbisect.py Avoid importing mercurial.node/mercurial.repo stuff from mercurial.hg 2008-03-06 22:51:16 +01:00
help.py Document log date ranges and mention 'hg help dates' for all commands (issue998) 2008-02-22 21:18:48 +01:00
hg.py Avoid importing mercurial.node/mercurial.repo stuff from mercurial.hg 2008-03-06 22:51:16 +01:00
hook.py hook.py: fix redirections introduced by 59a5ced38398 2008-03-14 21:57:46 -03:00
httprangereader.py update copyrights. 2006-08-12 12:30:02 -07:00
httprepo.py Backed out changeset 8e55f27bfd09 2008-03-17 14:51:36 -07:00
i18n.py Enable gettext translations 2006-12-14 17:32:00 -06:00
ignore.py ignore: fix up comment parsing 2007-12-10 10:26:42 -06:00
keepalive.py merge with crew-stable 2008-02-03 21:47:07 -02:00
localrepo.py localrepo.commit: normalize commit message even for rawcommit. 2008-03-14 09:56:58 -03:00
lock.py Use format string for lockname again (was changed by cb157328a155) 2007-07-21 10:39:42 +02:00
lsprof.py Remove unused imports 2008-03-06 22:23:41 +01:00
mail.py templater: move email function to util 2008-01-31 14:44:19 -06:00
manifest.py Remove unused imports 2008-03-06 22:23:41 +01:00
mdiff.py diff: don't show function name by default 2008-01-16 11:14:24 -06:00
merge.py diff: use copy smarts from copies.py 2008-03-15 10:02:31 -05:00
mpatch.c mpatch: Define Py_ssize_t for old pythons and use it instead of ssize_t. 2007-10-12 11:46:49 +09:00
node.py manifest: speed up creation of the manifestdict 2007-07-23 20:44:08 -05:00
osutil.c osutil: use fdopendir instead of dirfd 2007-10-15 12:57:01 -07:00
osutil.py Add osutil module, containing a listdir function. 2007-10-05 15:01:06 -07:00
patch.py patch: fix corner case with update + copy patch handling (issue 937) 2008-03-17 23:36:45 +01:00
remoterepo.py update copyrights. 2006-08-12 12:30:02 -07:00
repair.py Expand import * to allow Pyflakes to find problems 2008-03-06 22:23:26 +01:00
repo.py import gettext since '_' is used 2007-10-11 16:26:14 +02:00
revlog.py revlog.py: remove extra close() 2008-03-14 20:01:50 -03:00
simplemerge.py Remove unused imports 2008-03-06 22:23:41 +01:00
sshrepo.py Remove unused imports 2008-03-06 22:23:41 +01:00
sshserver.py Expand import * to allow Pyflakes to find problems 2008-03-06 22:23:26 +01:00
statichttprepo.py Remove unused imports 2008-03-06 22:23:41 +01:00
streamclone.py Remove unused imports 2008-03-06 22:23:41 +01:00
strutil.py fix issue 322. 2006-08-18 21:03:29 -07:00
templatefilters.py dates: improve timezone handling 2008-03-11 17:42:41 -05:00
templater.py templates: move filters to their own module 2008-01-31 14:44:19 -06:00
transaction.py make the journal/undo files from transactions inherit the mode from .hg/store 2008-02-09 18:38:54 -02:00
ui.py Use the pager given by the environment to display long output 2008-03-18 22:12:34 +01:00
util_win32.py Add missing import of sys 2008-03-06 22:23:41 +01:00
util.py Allow hgwebdir collections to follow symlinks. 2008-03-15 12:42:34 -07:00
verify.py Expand import * to allow Pyflakes to find problems 2008-03-06 22:23:26 +01:00
version.py Backed out changeset 8e55f27bfd09 2008-03-17 14:51:36 -07:00