D2280: remotenames: port partway to python3

dlax (Denis Laxalde) phabricator at mercurial-scm.org
Fri Feb 16 03:06:42 EST 2018


dlax added inline comments.

INLINE COMMENTS

> remotenames.py:30
> +    import collections
> +    dictmixin = collections.MutableMapping
>  

`collections.MutableMapping` exists on Python2 as well (from 2.6 apparently), can't we use it?

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D2280

To: durin42, #hg-reviewers
Cc: dlax, yuja, mercurial-devel


More information about the Mercurial-devel mailing list