log mercurial/profiling.py @ 46237:bc884e31b8c8

age author description
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
Sun, 06 Oct 2019 13:28:56 -0400 Gregory Szorc py3: manually import pycompat.open into files that need it
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, 05 Jun 2019 12:51:21 -0400 Valentin Gatien-Baron profiling: show actual time spent in hotpath display
Wed, 24 Oct 2018 22:24:10 -0400 Matt Harbison profiling: revert the default mode back to 'cpu' on Windows stable
Fri, 12 Oct 2018 17:31:10 +0200 Gregory Szorc py3: convert sorting field to sysstr
Fri, 01 Jun 2018 17:27:58 +0200 Boris Feld profiling: introduce a "profiling.time-track" option
Sat, 03 Mar 2018 00:35:59 -0500 Matt Harbison profile: colorize output on Windows
Sat, 24 Feb 2018 16:18:40 +0530 Pulkit Goyal py3: fix handling of keyword arguments at more places