Mercurial > public > mercurial-scm > hg
log hgdemandimport/tracing.py @ 53042:cdd7bf612c7b stable tip
age | author | description |
---|---|---|
Sun, 05 Jan 2025 21:03:17 -0500 | Matt Harbison | pyupgrade: drop usage of py3 aliases for `OSError` |
Mon, 16 Sep 2024 15:36:44 +0200 | Matt Harbison | typing: add `from __future__ import annotations` to most files |
Thu, 03 Mar 2022 17:34:00 +0100 | Gregory Szorc | py2: remove simple from __future__ statements |
Sun, 06 Oct 2019 09:45:02 -0400 | Augie Fackler | formatting: blacken the codebase |
Thu, 08 Aug 2019 11:06:13 +0200 | Pierre-Yves David | demandimport: explicitly declare `_session` at the module level stable |
Wed, 12 Jun 2019 19:01:49 -0400 | Augie Fackler | tracing: add support for emitting counters |
Wed, 12 Jun 2019 19:01:37 -0400 | Augie Fackler | tracing: extract tracing-active logic to separate function |