comparison mercurial/manifest.py @ 50929:18c8c18993f0

pycompat: drop usage of hasattr/getattr/setattr/delatt proxy The function remains to ease extensions transition, but we no longer use them in core.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 01 Sep 2023 00:09:55 +0200
parents d718eddf01d9
children 33d2f0164d0d
comparison
equal deleted inserted replaced
50928:d718eddf01d9 50929:18c8c18993f0
15 from .node import ( 15 from .node import (
16 bin, 16 bin,
17 hex, 17 hex,
18 nullrev, 18 nullrev,
19 ) 19 )
20 from .pycompat import getattr
21 from . import ( 20 from . import (
22 encoding, 21 encoding,
23 error, 22 error,
24 match as matchmod, 23 match as matchmod,
25 mdiff, 24 mdiff,