[Updated] D12121: obsolete: don't import from .node twice
av6 (Anton Shestakov)
phabricator at mercurial-scm.org
Thu Feb 3 17:02:27 UTC 2022
Closed by commit rHG48cb4109b6f6: obsolete: don't import from .node twice (authored by av6).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D12121?vs=32017&id=32055
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D12121/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D12121
AFFECTED FILES
mercurial/obsolete.py
CHANGE DETAILS
diff --git a/mercurial/obsolete.py b/mercurial/obsolete.py
--- a/mercurial/obsolete.py
+++ b/mercurial/obsolete.py
@@ -73,10 +73,6 @@
import struct
from .i18n import _
-from .node import (
- bin,
- hex,
-)
from .pycompat import getattr
from .node import (
bin,
To: av6, #hg-reviewers, marmoute, Alphare
Cc: marmoute, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20220203/e6e9099a/attachment-0002.html>
More information about the Mercurial-patches
mailing list