log mercurial/hook.py @ 46244:fb69b51b4daa

age author description
Mon, 14 Dec 2020 18:03:29 -0500 Matt Harbison hook: set `HGPLAIN=1` for external hooks
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Mon, 05 Oct 2020 17:18:39 -0400 Mitchell Plamann hook: ignore EPIPE when flushing stdout/stderr
Tue, 26 May 2020 08:07:24 -0700 Martin von Zweigbergk merge with stable
Fri, 01 May 2020 01:32:08 +0200 Joerg Sonnenberger hooks: provide access to transaction changes for internal hooks
Thu, 14 May 2020 23:14:24 -0400 Charles Chamberlain py3: change default priority and length used for sorting hooks to be compatible with python 3 stable
Sun, 29 Mar 2020 11:58:50 -0700 Gregory Szorc hook: move stdio redirection to context manager
Thu, 14 Nov 2019 11:52:22 -0800 Martin von Zweigbergk procutil: move mainfrozen() to new resourceutil.py
Thu, 07 Nov 2019 13:18:19 -0500 Augie Fackler cleanup: remove pointless r-prefixes on double-quoted strings
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Mon, 07 Oct 2019 00:04:04 -0400 Gregory Szorc py3: finish porting iteritems() to pycompat and remove source transformer
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed
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, 16 Dec 2018 17:53:17 +0900 Yuya Nishihara py3: use forcebytestr() to stringify hook exception