log hgext/pager.py @ 24066:afdf5f6ab37a

age author description
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