Mercurial > public > mercurial-scm > hg
comparison mercurial/unionrepo.py @ 50926: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 | 3a2df812e1c7 |
children | 93a44c1ba0c6 |
comparison
equal
deleted
inserted
replaced
50925:d718eddf01d9 | 50926:18c8c18993f0 |
---|---|
11 allowing operations like diff and log with revsets. | 11 allowing operations like diff and log with revsets. |
12 """ | 12 """ |
13 | 13 |
14 | 14 |
15 from .i18n import _ | 15 from .i18n import _ |
16 from .pycompat import getattr | |
17 | 16 |
18 from . import ( | 17 from . import ( |
19 changelog, | 18 changelog, |
20 cmdutil, | 19 cmdutil, |
21 encoding, | 20 encoding, |