hgext/blackbox.py
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Mon, 17 Jan 2022 21:20:46 -0500 Valentin Gatien-Baron blackbox: change year in logs to ISO 8601 format
Mon, 17 Jan 2022 21:00:33 -0500 Valentin Gatien-Baron blackbox: add milliseconds to blackbox logs by default
Mon, 17 Jan 2022 20:47:46 -0500 Valentin Gatien-Baron blackbox: correct date format doc
Wed, 17 Feb 2021 13:00:25 +0100 Simon Sapin blackbox: Remove misleading quotes in config example
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Sun, 07 Jul 2019 10:54:41 -0400 Valentin Gatien-Baron blackbox: disable extremely verbose logging (issue6110)
Mon, 04 Feb 2019 08:54:30 -0800 Gregory Szorc global: use raw strings for regular expressions with escapes
Thu, 17 Jan 2019 09:17:12 -0800 Martin von Zweigbergk cleanup: delete lots of unused local variables
Sat, 15 Dec 2018 19:05:42 +0900 Yuya Nishihara blackbox: resurrect recursion guard
Sun, 18 Nov 2018 18:25:37 +0900 Yuya Nishihara loggingutil: extract openlogfile() and proxylogger to new module
Sun, 18 Nov 2018 18:21:39 +0900 Yuya Nishihara blackbox: pass in options to _openlogfile() as arguments
Sat, 17 Nov 2018 22:10:27 +0900 Yuya Nishihara blackbox: just try writing to repo.vfs and update lastlogger on success
Sun, 11 Nov 2018 20:05:38 +0900 Yuya Nishihara blackbox: initialize logger with repo instance
Sat, 17 Nov 2018 20:56:25 +0900 Yuya Nishihara blackbox: do not nullify repo to deactivate the logger on failure
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
less more (0) -50 -30 tip