D5287: py3: use node.hex(m.digest()) instead of m.hexdigest()
yuja (Yuya Nishihara)
phabricator at mercurial-scm.org
Tue Nov 20 12:22:09 UTC 2018
yuja added a comment.
> diff --git a/hgext/remotefilelog/basepack.py b/hgext/remotefilelog/basepack.py
>
> - a/hgext/remotefilelog/basepack.py +++ b/hgext/remotefilelog/basepack.py @@ -10,6 +10,7 @@
>
> from mercurial.i18n import _ from mercurial import ( + node,
hgext/remotefilelog/basepack.py:472: import 'node' from line 12 shadowed by loop variable
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D5287
To: pulkit, #hg-reviewers
Cc: yuja, mercurial-devel
More information about the Mercurial-devel
mailing list