log mercurial/ui.py @ 31108:3f8f53190d6a

age author description
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
Sat, 25 Feb 2017 16:57:21 +0530 Rishabh Madan ui: replace obsolete default-push with default:pushurl (issue5485) stable
Tue, 07 Feb 2017 17:13:25 -0500 Augie Fackler pager: add a config knob to just globally turn off the pager
Sun, 19 Feb 2017 20:12:52 -0500 Augie Fackler ui: rename neverpager to disablepager
Thu, 16 Feb 2017 11:34:50 -0500 Augie Fackler ui: construct _keepalnum list in a python3-friendly way
Mon, 06 Feb 2017 23:55:54 -0500 Augie Fackler ui: add a debug print right before we start the pager
Mon, 06 Feb 2017 23:42:04 -0500 Augie Fackler ui: respect historic pager.attend-$COMMAND=no
Mon, 06 Feb 2017 23:21:45 -0500 Augie Fackler ui: add ignore-single-command functionality
Wed, 15 Feb 2017 17:48:03 -0500 Augie Fackler ui: introduce neverpager() call
Wed, 15 Feb 2017 17:47:51 -0500 Augie Fackler pager: move pager-initiating code into core
Wed, 15 Feb 2017 13:38:00 -0800 Simon Farnsworth ui: give editor() a tag of its own
Wed, 15 Feb 2017 13:29:12 -0800 Simon Farnsworth ui: time calls to ui.system
Wed, 15 Feb 2017 13:50:06 -0800 Simon Farnsworth ui: log time spent blocked on stdio
Wed, 15 Feb 2017 13:17:45 -0800 Simon Farnsworth ui: provide a mechanism to track and log blocked time
Sun, 12 Feb 2017 03:06:38 -0800 Kyle Lippincott ui: remove urllib2 from being imported early
Mon, 13 Feb 2017 21:00:50 -0800 Jun Wu ui: fix configwith doctest
Sun, 12 Feb 2017 21:44:55 -0800 Bryan O'Sullivan ui: rewrite configint in terms of configwith
Sun, 12 Feb 2017 21:40:46 -0800 Bryan O'Sullivan ui: add a configwith method
Mon, 13 Feb 2017 22:15:28 +0530 Pulkit Goyal py3: convert the mode argument of os.fdopen to unicodes (2 of 2)
Wed, 18 Jan 2017 18:25:51 -0800 Sean Farley ui: rename tmpdir parameter to more specific repopath stable