log hgext/blackbox.py @ 40762:37d6ee46a965

age author description
Sun, 11 Nov 2018 20:02:34 +0900 Yuya Nishihara blackbox: extract global last logger to proxylogger class
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
Sat, 17 Nov 2018 20:23:50 +0900 Yuya Nishihara blackbox: change the way of deactivating the logger on write error
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:29:46 +0900 Yuya Nishihara blackbox: extract function to test if log event is tracked
Sun, 11 Nov 2018 17:25:34 +0900 Yuya Nishihara blackbox: initialize inlog flag properly
Sun, 11 Nov 2018 17:24:28 +0900 Yuya Nishihara blackbox: initialize repo attribute properly
Sun, 11 Nov 2018 17:22:14 +0900 Yuya Nishihara blackbox: unindent "if True" block
Sun, 11 Nov 2018 17:17:49 +0900 Yuya Nishihara blackbox: extract logger class from ui wrapper
Sun, 11 Nov 2018 16:58:22 +0900 Yuya Nishihara blackbox: rename variables to prepare extracting core logic from ui wrapper
Sun, 11 Nov 2018 16:47:28 +0900 Yuya Nishihara blackbox: extract _log() function which is called after lastui is resolved
Sun, 11 Nov 2018 16:44:30 +0900 Yuya Nishihara blackbox: inline temporary variables which are referenced only once
Sun, 11 Nov 2018 16:43:29 +0900 Yuya Nishihara blackbox: simply update global lastui variable at once
Sun, 11 Nov 2018 16:38:43 +0900 Yuya Nishihara blackbox: consolidate conditions for early return
Sun, 11 Nov 2018 16:34:49 +0900 Yuya Nishihara blackbox: remove redundant check for unassigned repo
Wed, 17 Oct 2018 15:48:01 -0700 Matt DeVore blackbox: add configitem for format of log timestamps
Fri, 12 Oct 2018 18:49:11 +0200 Rodrigo Damazio help: adding a proper declaration for shortlist/basic commands (API)
Sat, 13 Oct 2018 02:17:41 -0700 rdamazio help: assigning categories to existing commands
Wed, 01 Aug 2018 13:00:45 -0700 Gregory Szorc global: use pycompat.xrange()
Sat, 24 Mar 2018 15:10:51 +0900 Yuya Nishihara procutil: bulk-replace function calls to point to new module
Thu, 15 Feb 2018 17:18:26 +0100 Boris Feld util: extract all date-related utils in utils/dateutil module
Fri, 19 Jan 2018 14:10:18 +0530 Pulkit Goyal blackbox: don't unpack the list while passing into str.join()
Thu, 18 Jan 2018 12:55:19 +0100 Joerg Sonnenberger blackbox: if --debug is used, also trace ui.debug() calls
Sun, 14 Jan 2018 12:06:27 -0800 Gregory Szorc py3: cast error message to localstr in blackbox.py
Sun, 22 Oct 2017 23:52:47 +0530 Pulkit Goyal py3: handle keyword arguments in hgext/blackbox.py
Wed, 11 Oct 2017 22:51:23 +0200 Boris Feld configitems: register the 'blackbox.maxfiles' config
Wed, 11 Oct 2017 15:25:57 +0200 Boris Feld configitems: fix registration for 'blackbox.track' config
Sun, 08 Oct 2017 20:11:34 +0200 Boris Feld configitems: register the 'blackbox.track' config
Thu, 21 Sep 2017 11:10:20 -0700 Jun Wu blackbox: move _openlogfile to a separate method