log mercurial/exthelper.py @ 47290:40b51c28b242

age author description
Tue, 30 Mar 2021 13:05:22 -0700 Kyle Lippincott exthelper: improve docs to indicate what module vars are needed
Sun, 22 Nov 2020 15:07:09 -0500 Matt Harbison exthelper: update the examples to be python3 complaint
Tue, 15 Oct 2019 11:06:04 -0400 Augie Fackler cleanup: hgdemandimport.tracing accepts strings, not bytes
Mon, 07 Oct 2019 00:04:04 -0400 Gregory Szorc py3: finish porting iteritems() to pycompat and remove source transformer
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
Wed, 15 May 2019 17:18:57 -0400 Augie Fackler exthelper: add some semi-useful trace logs