Mercurial > public > mercurial-scm > hg
comparison mercurial/utils/resourceutil.py @ 52109:b2e90465daf6
branching: merge stable into default
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sat, 26 Oct 2024 04:16:00 +0200 |
parents | f4733654f144 747a1370c598 |
children | 24ee91ba9aa8 |
comparison
equal
deleted
inserted
replaced
52099:97840154eee3 | 52109:b2e90465daf6 |
---|---|
10 from __future__ import annotations | 10 from __future__ import annotations |
11 | 11 |
12 import os | 12 import os |
13 import sys | 13 import sys |
14 import typing | 14 import typing |
15 | |
16 from typing import Iterator | |
15 | 17 |
16 from .. import pycompat | 18 from .. import pycompat |
17 | 19 |
18 | 20 |
19 if typing.TYPE_CHECKING: | 21 if typing.TYPE_CHECKING: |