mercurial/ui.py
Thu, 17 Jan 2019 09:17:12 -0800 Martin von Zweigbergk cleanup: delete lots of unused local variables
Thu, 24 Jan 2019 21:38:02 +0900 Yuya Nishihara ui: remove unreachable branches and function calls from write() (issue6059) stable
Thu, 24 Jan 2019 21:35:55 +0900 Yuya Nishihara ui: inline _writenobuf() into write() due to performance issue stable
Thu, 24 Jan 2019 21:34:48 +0900 Yuya Nishihara ui: inline _write() into write() due to performance issue stable
Wed, 28 Nov 2018 22:36:24 +0900 Yuya Nishihara ui: optimize buffered write with no label stable
Wed, 26 Sep 2018 21:41:52 +0900 Yuya Nishihara ui: proxy protect/restorestdio() calls to update internal flag
Wed, 26 Sep 2018 21:29:13 +0900 Yuya Nishihara ui: move protectedstdio() context manager from procutil
Tue, 08 Jan 2019 09:50:40 -0800 Martin von Zweigbergk progress: deprecate ui.progress()
Sun, 13 Jan 2019 14:36:45 +0900 Yuya Nishihara progress: specify updatebar() function by constructor argument
Mon, 07 Jan 2019 23:55:26 -0800 Martin von Zweigbergk progress: write ui.progress() in terms of ui.makeprogress()
Fri, 28 Dec 2018 12:51:47 -0800 Kyle Lippincott procutil: correct spelling of uninterruptable -> uninterruptible
Mon, 10 Dec 2018 20:06:58 +0000 Gregory Szorc progress: avoid ui.configbool() lookup when progress bar is active
Sat, 15 Dec 2018 16:24:08 +0900 Yuya Nishihara ui: install logger that sends debug.extensions messages to stderr
Sun, 11 Nov 2018 19:36:21 +0900 Yuya Nishihara ui: pass in bytes opts dict to logger.log()
Sun, 11 Nov 2018 19:35:33 +0900 Yuya Nishihara ui: pass in formatted message to logger.log()
Sun, 11 Nov 2018 17:34:46 +0900 Yuya Nishihara blackbox: send debug message to logger by core ui
Sun, 11 Nov 2018 18:08:33 +0900 Yuya Nishihara ui: manage logger instances and event filtering by core ui
Sun, 11 Nov 2018 17:59:23 +0900 Yuya Nishihara ui: unify argument name of ui.log()
Wed, 17 Oct 2018 17:15:42 -0400 Augie Fackler histedit: import chistedit curses UI from hg-experimental
Sun, 04 Nov 2018 12:51:14 +0900 Yuya Nishihara commandserver: send raw progress information to message channel
Sun, 04 Nov 2018 12:38:49 +0900 Yuya Nishihara commandserver: make getpass() request distinct from normal prompt
Sun, 04 Nov 2018 12:17:20 +0900 Yuya Nishihara commandserver: attach prompt default and choices to message
Sun, 18 Jan 2015 17:55:28 +0900 Yuya Nishihara ui: extract helpers to write message with type or label
Sun, 18 Jan 2015 18:49:59 +0900 Yuya Nishihara commandserver: add experimental option to use separate message channel
Sun, 18 Jan 2015 18:43:23 +0900 Yuya Nishihara dispatch: pass around ui.fmsg channel
Sat, 10 Nov 2018 12:07:26 +0900 Yuya Nishihara merge with stable
Sat, 03 Nov 2018 19:42:50 +0900 Yuya Nishihara ui: add config knob to redirect status messages to stderr (API)
Sat, 03 Nov 2018 20:53:31 +0900 Yuya Nishihara ui: hide fin/fout/ferr attributes behind @property functions
Sun, 18 Jan 2015 17:42:53 +0900 Yuya Nishihara ui: label prompt and echo messages
Sat, 03 Nov 2018 18:17:30 +0900 Yuya Nishihara ui: add inner function to select write destination
Sat, 03 Nov 2018 18:04:22 +0900 Yuya Nishihara ui: remove _write() and _write_err() functions
Sat, 03 Nov 2018 18:03:09 +0900 Yuya Nishihara ui: move pre/post processes from low-level write()s to _writenobuf()
Sat, 03 Nov 2018 17:56:17 +0900 Yuya Nishihara ui: pass in file object to _writenobuf()
Sat, 03 Nov 2018 17:47:23 +0900 Yuya Nishihara ui: wrap whole _write() block with timeblockedsection
Sat, 03 Nov 2018 17:43:57 +0900 Yuya Nishihara ui: indent _writenobuf() to prepare moving bits from _write() functions
Sat, 03 Nov 2018 17:42:05 +0900 Yuya Nishihara ui: simply concatenate messages before applying color labels
Sat, 03 Nov 2018 17:36:10 +0900 Yuya Nishihara ui: simplify interface of low-level write() functions
Sat, 03 Nov 2018 17:32:35 +0900 Yuya Nishihara ui: factor out function that writes data to fout/ferr with labeling
Sat, 03 Nov 2018 16:04:16 +0900 Yuya Nishihara ui: consolidate places where _progclear() is called
Mon, 05 Nov 2018 15:01:45 -0800 Kyle Lippincott tweakdefaults: remove commands.resolve.mark-check=abort, it is too broken stable
Sat, 13 Oct 2018 04:54:35 +0300 Pulkit Goyal py3: use stringutil.pprint() instead of '%r'
Wed, 26 Sep 2018 08:46:56 -0700 Gregory Szorc merge with stable
Fri, 21 Sep 2018 19:48:23 -0400 Matt Harbison py3: rename pycompat.getcwd() to encoding.getcwd() (API)
Wed, 26 Sep 2018 21:24:14 +0900 Yuya Nishihara chgserver: do not send system() back to client if stdio redirected (issue5992) stable
Sat, 15 Sep 2018 13:31:41 -0400 Matt Harbison py3: partially fix pager spawning on Windows
Sun, 26 Aug 2018 13:09:35 -0400 Valentin Gatien-Baron pager: do not enable when TERM=dumb
Fri, 03 Aug 2018 12:59:01 -0700 Kyle Lippincott resolve: add commands.resolve.mark-check=abort to tweakdefaults
Thu, 19 Jul 2018 23:22:05 -0700 Rodrigo Damazio Bovendorp dispatch: making all hg abortions be output with a specific label
Thu, 19 Jul 2018 15:21:28 -0400 Augie Fackler ui: fix implicit unicode-to-bytes conversion introduced in 9df29b7c62cf
Tue, 31 Jul 2018 13:46:57 -0700 Gregory Szorc ui: remove commands.status.terse=u from ui.tweakdefaults stable
Mon, 16 Jul 2018 11:38:56 -0700 Kyle Lippincott curses: use "text" interface if TERM=dumb
Wed, 11 Jul 2018 22:06:04 +0900 Yuya Nishihara grep: restore pre-9ef10437bb88 behavior, enable wdir search by tweakdefaults
Mon, 09 Jul 2018 10:07:20 -0400 Augie Fackler tweakdefaults: enable word-diff by default
Sun, 10 Jun 2018 17:07:29 +0900 Yuya Nishihara pycompat: move rapply() from util
Wed, 27 Jun 2018 10:47:14 -0400 Augie Fackler ui: add an uninterruptable context manager that can block SIGINT
Fri, 15 Jun 2018 22:37:01 -0700 Martin von Zweigbergk progress: create helper class for incrementing progress
Sat, 26 May 2018 12:14:04 +0900 Yuya Nishihara py3: wrap tempfile.mkstemp() to use bytes path
Mon, 14 May 2018 22:02:44 -0400 Augie Fackler status: add default of --terse=u to tweakdefaults (BC)
Wed, 09 May 2018 13:46:31 -0700 Martin von Zweigbergk tweakdefaults: remove "bisect" from commands.status.skipstates
Sat, 07 Apr 2018 21:23:42 +0900 Yuya Nishihara procutil: make explainexit() simply return a message (API)
less more (0) -300 -100 -60 tip