diff 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
line wrap: on
line diff
--- a/mercurial/manifest.py	Thu Aug 31 23:56:15 2023 +0200
+++ b/mercurial/manifest.py	Fri Sep 01 00:09:55 2023 +0200
@@ -17,7 +17,6 @@
     hex,
     nullrev,
 )
-from .pycompat import getattr
 from . import (
     encoding,
     error,