[Updated] D12609: obsolete: remove two unused constants
durin42 (Augie Fackler)
phabricator at mercurial-scm.org
Mon May 9 15:53:24 UTC 2022
Closed by commit rHG0eaba2ca2e2d: obsolete: remove two unused constants (authored by durin42).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D12609?vs=33361&id=33384
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D12609/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D12609
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
@@ -338,8 +338,6 @@
_fm1nodesha256size = _calcsize(_fm1nodesha256)
_fm1fsize = _calcsize(_fm1fixed)
_fm1parentnone = 3
-_fm1parentshift = 14
-_fm1parentmask = _fm1parentnone << _fm1parentshift
_fm1metapair = b'BB'
_fm1metapairsize = _calcsize(_fm1metapair)
To: durin42, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20220509/5c4d541e/attachment-0002.html>
More information about the Mercurial-patches
mailing list