hgext/pager.py
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Wed, 11 Oct 2017 02:26:09 +0200 Boris Feld configitems: register the 'pager.attend-.*' options
Fri, 30 Jun 2017 03:43:33 +0200 Boris Feld configitems: register the 'pager.attend' config
Mon, 13 Mar 2017 21:43:17 -0700 Martin von Zweigbergk pager: if old pager extensions is enabled, respect pager.attend
Tue, 28 Feb 2017 20:12:08 +0100 Pierre-Yves David pager: drop the 'color' dependant code
Tue, 07 Feb 2017 00:07:53 -0500 Augie Fackler pager: move most help to a new help topic and deprecate extension
Mon, 06 Feb 2017 23:57:21 -0500 Augie Fackler qdiff: migrate to modern pager API
Mon, 06 Feb 2017 22:59:25 -0500 Augie Fackler log: migrate to modern pager API
Mon, 06 Feb 2017 22:58:54 -0500 Augie Fackler export: migrate to modern pager API
Mon, 06 Feb 2017 22:58:26 -0500 Augie Fackler diff: migrate to modern pager API
Mon, 06 Feb 2017 22:57:52 -0500 Augie Fackler cat: migrate to modern pager API
Mon, 06 Feb 2017 22:52:47 -0500 Augie Fackler annotate: migrate to modern pager API
Mon, 06 Feb 2017 23:21:45 -0500 Augie Fackler ui: add ignore-single-command functionality
Wed, 15 Feb 2017 17:47:57 -0500 Augie Fackler pager: move more behavior into core
Wed, 15 Feb 2017 17:47:51 -0500 Augie Fackler pager: move pager-initiating code into core
Wed, 08 Feb 2017 07:44:10 -0800 Simon Farnsworth pager: exit cleanly on SIGPIPE (BC)
Fri, 03 Feb 2017 15:10:27 -0800 Simon Farnsworth util: always force line buffered stdout when stdout is a tty (BC)
Thu, 02 Feb 2017 11:17:36 -0800 Simon Farnsworth pager: don't terminate with extreme prejudice on SIGPIPE (BC)
Thu, 19 Jan 2017 23:01:32 +0900 Yuya Nishihara pager: wrap _runcommand() no matter if stdout is redirected stable
Tue, 10 Jan 2017 06:59:49 +0800 Jun Wu pager: do not special case chg
Mon, 26 Dec 2016 00:25:44 +0000 Jun Wu pager: wrap ui._runpager
Sun, 18 Dec 2016 01:46:39 +0530 Pulkit Goyal py3: replace os.environ with encoding.environ (part 2 of 5)
Thu, 20 Oct 2016 23:53:36 +0900 Yuya Nishihara py3: bulk replace sys.stdin/out/err by util's
Tue, 20 Sep 2016 23:44:49 +0000 timeless pager: use single quotes in use warning
Tue, 23 Aug 2016 11:26:08 -0400 Augie Fackler extensions: change magic "shipped with hg" string
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
less more (0) -60 tip