log mercurial/lsprof.py @ 44487:06b0aa048007

age author description
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Thu, 07 Nov 2019 13:18:19 -0500 Augie Fackler cleanup: remove pointless r-prefixes on double-quoted strings
Mon, 07 Oct 2019 10:28:32 -0400 Gregory Szorc lsprof: remove __main__ functionality
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
Fri, 12 Oct 2018 18:20:17 +0200 Gregory Szorc py3: encode str to bytes
Fri, 12 Oct 2018 17:35:54 +0200 Gregory Szorc py3: use %d to format ints
Wed, 17 Jan 2018 21:45:15 -0500 Augie Fackler lsprof: use native string when peeking in __dict__
Sat, 02 Jan 2016 11:40:53 -0800 Gregory Szorc lsprof: use print function
Sat, 21 Nov 2015 23:26:22 -0800 Gregory Szorc lsprof: support PyPy (issue4573)
Fri, 08 Feb 2013 22:54:48 +0100 Mads Kiilerich profiling: replace '+' markup of nested lines with indentation
Wed, 30 May 2012 13:57:41 -0700 Bryan O'Sullivan lsprof: report units correctly
Thu, 15 Mar 2012 15:59:26 -0500 Matt Mackall profile: add undocumented config options for profiler output