[Updated] D12419: util: restore the util.pickle symbol
mharbison72 (Matt Harbison)
phabricator at mercurial-scm.org
Wed Mar 30 05:49:17 UTC 2022
mharbison72 added inline comments.
INLINE COMMENTS
> util.py:28
> import os
> +import pickle # provides util.pickle symbol
> import re as remod
Alternately, we can skip the next patch and just restore `pickle = pycompat.pickle`. But since there were check-code rules pointing toward `util.pickle`, I initially thought to cleanup pycompat a bit. That is at odds with the end of the series, which keeps several unused imports in pycompat.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D12419/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D12419
To: mharbison72, #hg-reviewers
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20220330/0efbeb7d/attachment-0002.html>
More information about the Mercurial-patches
mailing list