Mercurial > public > mercurial-scm > hg-stable
diff mercurial/statprof.py @ 51875:454feddab720
brancing: merge stable into default
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 06 Sep 2024 02:12:19 +0200 |
parents | 460e80488cf0 99632adff795 |
children | f4733654f144 |
line wrap: on
line diff
--- a/mercurial/statprof.py Wed Aug 28 23:25:26 2024 +0200 +++ b/mercurial/statprof.py Fri Sep 06 02:12:19 2024 +0200 @@ -126,7 +126,7 @@ defaultdict = collections.defaultdict contextmanager = contextlib.contextmanager -__all__ = [b'start', b'stop', b'reset', b'display', b'profile'] +__all__ = ['start', 'stop', 'reset', 'display', 'profile'] skips = { "util.py:check",