[Updated] D12120: dagop: don't import nullrev from .node twice
av6 (Anton Shestakov)
phabricator at mercurial-scm.org
Thu Feb 3 17:02:18 UTC 2022
Closed by commit rHG5c940f9ba3e4: dagop: don't import nullrev 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/D12120?vs=32016&id=32054
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D12120/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D12120
AFFECTED FILES
mercurial/dagop.py
CHANGE DETAILS
diff --git a/mercurial/dagop.py b/mercurial/dagop.py
--- a/mercurial/dagop.py
+++ b/mercurial/dagop.py
@@ -9,7 +9,6 @@
import heapq
-from .node import nullrev
from .thirdparty import attr
from .node import nullrev
from . import (
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/86dfac77/attachment-0002.html>
More information about the Mercurial-patches
mailing list