mercurial/ui.py
Wed, 24 May 2017 17:50:17 +0200 Boris Feld util: raise ParseError when parsing dates (BC)
Tue, 23 May 2017 15:44:50 +0200 Boris Feld ui: fix ui.configdate for invalid dates
Fri, 19 May 2017 12:07:41 +0200 Boris Feld ui: add the possiblity to get a date config field
Tue, 02 May 2017 17:18:13 +0200 Pierre-Yves David pager: drop the support for 'pager.enable=<bool>' stable
Mon, 01 May 2017 16:36:50 +0200 Pierre-Yves David pager: rename 'pager.enable' to 'ui.paginate' stable
Mon, 01 May 2017 18:07:23 +0200 Pierre-Yves David pager: advertise the config option in the default hgrc stable
Mon, 01 May 2017 15:51:57 +0200 Pierre-Yves David config: drop pager from the recommended extension stable
Mon, 01 May 2017 15:51:47 +0200 Pierre-Yves David config: use "churn" as an example extension stable
Mon, 01 May 2017 15:40:41 +0200 Pierre-Yves David color: point to the global help in the example hgrc stable
Mon, 01 May 2017 15:39:50 +0200 Pierre-Yves David color: reflect the new default in the example hgrc stable
Fri, 28 Apr 2017 20:51:14 +0900 Yuya Nishihara pager: use less as a fallback on Unix stable
Tue, 11 Apr 2017 14:54:12 -0700 Bryan O'Sullivan stdio: raise StdioError if something goes wrong in ui.flush
Tue, 11 Apr 2017 14:54:12 -0700 Bryan O'Sullivan stdio: raise StdioError if something goes wrong in ui._write_err
Tue, 11 Apr 2017 14:54:12 -0700 Bryan O'Sullivan stdio: raise StdioError if something goes wrong in ui._write
Tue, 11 Apr 2017 14:54:12 -0700 Bryan O'Sullivan atexit: switch to home-grown implementation
Tue, 11 Apr 2017 14:54:12 -0700 Bryan O'Sullivan ui: add special-purpose atexit functionality
Thu, 13 Apr 2017 08:27:19 -0700 Jun Wu pager: set some environment variables if they're not set
Wed, 29 Mar 2017 21:43:38 +0900 Yuya Nishihara ui: use bytes IO and convert EOL manually in ui.editor()
Wed, 29 Mar 2017 21:23:28 +0900 Yuya Nishihara pycompat: provide bytes os.linesep
Sat, 25 Mar 2017 19:17:11 -0400 Matt Harbison ui: rerun color.setup() once the pager has spawned to honor 'color.pagermode'
Sat, 25 Mar 2017 21:12:00 -0400 Matt Harbison ui: defer setting pager related properties until the pager has spawned
Sun, 26 Mar 2017 21:43:47 -0700 Jun Wu pager: do not read from environment variable
Sun, 26 Mar 2017 21:41:42 -0700 Jun Wu ui: simplify geteditor
Sun, 26 Mar 2017 21:33:37 -0700 Jun Wu rcutil: let environ override system configs (BC)
Sun, 26 Mar 2017 21:04:29 -0700 Jun Wu rcutil: let rccomponents return different types of configs (API)
Sun, 26 Mar 2017 20:48:00 -0700 Jun Wu rcutil: rename rcpath to rccomponents (API)
Sun, 26 Mar 2017 20:18:42 -0700 Jun Wu rcutil: move scmutil.*rcpath to rcutil (API)
Fri, 24 Mar 2017 22:40:08 -0400 Matt Harbison pager: improve support for various flavors of `more` on Windows
Mon, 20 Mar 2017 00:19:33 -0400 Matt Harbison pager: fix the invocation of `more` on Windows
Tue, 21 Mar 2017 21:26:52 -0700 Martin von Zweigbergk plain: ignore [commands] config
Mon, 20 Mar 2017 05:08:21 -0700 Simon Farnsworth ui: restrict length of autogenerated blocked tags
Sun, 19 Mar 2017 01:38:10 -0400 Augie Fackler ui: convert to/from Unicode on Python 3 in ui.editor()
Sat, 25 Feb 2017 17:29:30 +0900 Yuya Nishihara pager: flush outputs before firing pager process
Fri, 17 Mar 2017 09:19:56 -0700 Jun Wu ui: move configlist parser to config.py
Wed, 15 Mar 2017 20:34:26 -0400 Augie Fackler pager: skip running the pager if it's set to 'cat'
Wed, 15 Mar 2017 20:33:47 -0400 Augie Fackler pager: avoid shell=True on subprocess.Popen for better errors (issue5491)
Sun, 12 Mar 2017 11:43:31 -0700 Martijn Pieters config: honour the trusted flag in ui.configbytes
Sun, 12 Mar 2017 01:59:23 -0500 Augie Fackler ui: portably bytestring-ify url object
Sat, 11 Mar 2017 20:51:09 -0500 Augie Fackler ui: check for --debugger in sys.argv using r-string to avoid bytes on py3
Wed, 08 Mar 2017 22:30:12 +0900 Yuya Nishihara py3: factor out bytechr() function
Fri, 03 Mar 2017 14:09:14 -0500 Augie Fackler ui: fix ui.traceback on Python 3
Fri, 03 Mar 2017 14:08:24 -0500 Augie Fackler ui: fix opts labeling on ui.warn et al for Python 3
Fri, 03 Mar 2017 14:10:06 -0500 Augie Fackler ui: fix configlist on Python 3
Sat, 25 Feb 2017 14:09:55 +0900 Yuya Nishihara ui: remove superfluous indent in _write()
Tue, 21 Feb 2017 22:17:33 +0100 Pierre-Yves David config: suggest the 'ui.color' instead of the 'color' extension
Tue, 28 Feb 2017 11:13:25 -0800 Martin von Zweigbergk merge with stable
Sun, 06 Nov 2016 20:16:01 +0100 Pierre-Yves David color: move 'styles' definition on the 'ui' object
Sun, 06 Nov 2016 20:10:53 +0100 Pierre-Yves David color: pass 'ui' to 'win32print'
Sat, 25 Feb 2017 15:00:51 +0100 Pierre-Yves David color: move the dict with terminfo parameters on the ui object
Sun, 19 Feb 2017 01:16:45 +0900 Yuya Nishihara chg: deduplicate error handling of ui.system()
Sun, 19 Feb 2017 01:00:10 +0900 Yuya Nishihara chg: refactor ui.system() to be partly overridden
Tue, 21 Feb 2017 18:22:07 +0100 Pierre-Yves David color: have the 'ui' object carry the '_colormode' directly
Mon, 20 Feb 2017 12:42:23 +0100 Pierre-Yves David color: move 'write-err' logic to the core ui class
Fri, 24 Feb 2017 19:53:41 +0100 Pierre-Yves David ui: extract low level part of 'write_err' in its own method
Fri, 24 Feb 2017 19:28:45 +0100 Pierre-Yves David ui: extract buffer write from protect and timed 'write_err' output
Mon, 20 Feb 2017 12:31:39 +0100 Pierre-Yves David color: move 'write' logic to the core ui class
Fri, 24 Feb 2017 19:27:00 +0100 Pierre-Yves David ui: extract the low level part of 'write' in a dedicated function
Thu, 23 Feb 2017 19:45:32 +0100 Pierre-Yves David color: move the 'colorlabel' call to the core 'ui' class
Mon, 20 Feb 2017 12:12:08 +0100 Pierre-Yves David color: move '_colormode' to the core 'ui' class
Thu, 23 Feb 2017 21:27:25 +0900 Yuya Nishihara pager: do not try to run an empty pager command
less more (0) -300 -100 -60 tip