hgext/pager.py
Sat, 14 May 2016 14:03:12 +0900 Yuya Nishihara py3: move up symbol imports to enforce import-checker rules
Mon, 14 Mar 2016 15:03:19 +0000 Jun Wu pager: skip uisetup if chg is detected
Sun, 28 Feb 2016 22:15:00 -0500 Augie Fackler pager: use absolute_import
Mon, 30 Nov 2015 18:47:33 +0000 timeless pager: improve help for --pager=
Sat, 03 Oct 2015 15:16:33 +0900 Yuya Nishihara pager: recreate stdout to make it line-buffered
Sat, 03 Oct 2015 18:48:21 +0900 Yuya Nishihara pager: rename variables of backup fds
Sat, 03 Oct 2015 15:02:52 +0900 Yuya Nishihara pager: inline _pagersubprocess() into _runpager()
Mon, 18 May 2015 16:20:12 -0500 Pierre-Yves David pager: drop python 2.4 hack around subprocess
Tue, 28 Apr 2015 16:44:37 -0400 Augie Fackler extensions: document that `testedwith = 'internal'` is special
Fri, 06 Feb 2015 12:09:09 -0800 Gregory Szorc pager: ensure wrapped dispatch._runcommand runs before color's
Fri, 06 Feb 2015 12:07:56 -0800 Gregory Szorc pager: set an attribute on ui indicating that a pager is active
Fri, 09 May 2014 13:32:56 -0500 Matt Mackall pager: add attend-<command> option
Fri, 09 May 2014 13:10:23 -0500 Matt Mackall pager: variable reorder
Fri, 09 May 2014 13:07:50 -0500 Matt Mackall pager: break auto out of command check loop
Fri, 09 May 2014 13:05:52 -0500 Matt Mackall pager: break always out of command check loop
Fri, 09 May 2014 12:58:53 -0500 Matt Mackall pager: break pager invocation out of command check loop
Wed, 19 Mar 2014 02:45:14 +0100 Mads Kiilerich config: set a 'source' in most cases where config don't come from file but code
Sat, 12 Oct 2013 18:51:34 -0700 David Soria Parra pager: honour internal aliases stable
Fri, 12 Apr 2013 17:35:56 -0700 Bryan O'Sullivan pager: add missing imports of errno and shlex
Fri, 22 Feb 2013 15:17:33 -0600 Matt Mackall pager: catch ctrl-c on exit (issue3834)
Tue, 31 Jul 2012 15:50:44 +0200 Thomas Arendsen Hein pager: drop -S option for less in example for pager configuration stable
Fri, 06 Jul 2012 18:06:52 -0400 Michael Bacarella pager: work around bug in python 2.4's subprocess module (issue3533) stable
Sun, 20 May 2012 14:33:49 -0500 Matt Mackall pager: use ui._isatty infrastructure
Tue, 15 May 2012 14:37:49 -0500 Augie Fackler hgext: mark all first-party extensions as such
Sat, 12 May 2012 09:43:12 +0200 David Soria Parra pager: check if signal.SIGPIPE exists stable
Fri, 11 May 2012 16:08:49 +0200 David Soria Parra pager: remove quiet flag stable
Fri, 11 May 2012 15:45:37 +0200 Brodie Rao pager: preserve Hg's exit code (and fix Windows support) (issue3225) stable
Mon, 25 Jul 2011 20:37:12 -0500 Augie Fackler hgext: replace uses of hasattr with util.safehasattr
Thu, 02 Jun 2011 00:43:34 +0300 Idan Kamara util: add helper function isatty(fd) to check for tty-ness
Tue, 04 Jan 2011 00:24:34 +1100 Brodie Rao pager: don't page stderr if it's being redirected (issue2541) stable
Fri, 29 Oct 2010 00:57:34 -0500 Kevin Bullock pager: make example of setting pager less silly stable
Fri, 29 Oct 2010 14:47:45 +0200 Martin Geisler pager: backout 05077896ffe2 (issue2441) stable
Sun, 10 Oct 2010 12:21:49 -0500 Brodie Rao pager: don't run pager if nothing is written to stdout/stderr
Sun, 10 Oct 2010 12:21:48 -0500 Brodie Rao pager: add global --pager=<auto/boolean> option
Fri, 27 Aug 2010 22:36:35 -0400 Brodie Rao help: refer to user configuration file more consistently stable
Sun, 20 Jun 2010 01:20:12 +0900 Yuya Nishihara pager: respect HGPLAIN
Mon, 07 Jun 2010 15:34:48 +0200 Dan Villiom Podlaski Christiansen pager: set ui.formatted() prior to redirecting stdout.
Mon, 31 May 2010 12:34:47 -0500 Matt Mackall Merge with stable
Wed, 19 May 2010 09:54:12 -0500 Brodie Rao pager: exec pager using /bin/sh -c stable
Wed, 19 May 2010 09:54:12 -0500 Brodie Rao pager: exec pager using /bin/sh -c
Sun, 16 May 2010 14:38:32 -0500 Matt Mackall Merge with stable
Mon, 03 May 2010 14:00:34 -0500 Brodie Rao pager: fork and exec pager as parent process stable
Thu, 22 Apr 2010 10:24:49 +0200 Martin Geisler Use hg role in help strings
Fri, 19 Feb 2010 22:16:42 -0500 Brodie Rao pager: set ui.interactive=False when enabled stable
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Tue, 22 Dec 2009 00:50:03 +0100 Martin Geisler hgext: enable extensions without "hgext." prefix in help texts stable
Thu, 12 Nov 2009 10:29:40 -0500 Brodie Rao pager: provide a default attend list
Sun, 26 Jul 2009 01:56:02 +0200 Martin Geisler pager: wrap docstrings at 70 characters
Thu, 23 Jul 2009 00:24:03 +0200 Martin Geisler pager: use reST syntax for literal blocks
Tue, 07 Jul 2009 23:54:42 +0200 Martin Geisler pager: wrapped docstrings at 78 characters
Mon, 22 Jun 2009 15:48:08 +0200 Cédric Duval extensions: improve the consistency of synopses
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sat, 04 Apr 2009 23:18:13 +0200 Martin Geisler pager: word-wrap help texts at 70 characters
Wed, 22 Oct 2008 17:34:52 -0500 Matt Mackall extensions: use new wrapper functions
Mon, 14 Apr 2008 14:34:38 +0200 Dirkjan Ochtman replace usage of os.popen() with util.popen()
Thu, 03 Apr 2008 13:47:05 +0200 Christian Ebert pager: make config info accessible with "hg help pager"
Thu, 03 Apr 2008 11:16:07 +0200 Dirkjan Ochtman Merge from crew-stable.
Thu, 03 Apr 2008 11:11:31 +0200 Gilles Moris Pager extension: switch it off if --debugger is set
Thu, 03 Apr 2008 10:49:42 +0200 David Soria Parra php.net> Pager extension: switch it off if --debugger is set
Sat, 29 Mar 2008 19:41:50 +0100 David Soria Parra php.net> pager: Add a configuration to enable/disable the pager for certain commands
less more (0) -60 tip