D12121: obsolete: don't import from .node twice
av6 (Anton Shestakov)
phabricator at mercurial-scm.org
Mon Jan 31 15:12:00 UTC 2022
av6 created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REVISION SUMMARY
See d55b71393907 <https://phab.mercurial-scm.org/rHGd55b71393907e4c937bbad9da5527f35df9a41d7>.
REPOSITORY
rHG Mercurial
BRANCH
default
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
Cc: mercurial-patches, mercurial-devel
More information about the Mercurial-devel
mailing list