log mercurial/profiling.py @ 47279:40b51c28b242

age author description
Wed, 14 Apr 2021 21:02:38 +0200 Pierre-Yves David profiling: use `util.expandpath` instead of `ui.expandpath` for output
Mon, 27 Jan 2020 18:16:05 -0800 Kyle Lippincott profiling: flush stdout before writing profile to stderr
Thu, 21 Nov 2019 15:39:03 -0500 Matt Harbison profiling: add a missing argument to the ProgrammingError constructor
Thu, 21 Nov 2019 15:38:23 -0500 Matt Harbison profiling: disable the import-error warning for the flamegraph module
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed