This is an archive of the discontinued Mercurial Phabricator instance.

py3: use pycompat.maplist() instead of map() in hgext/transplant.py
ClosedPublic

Authored by pulkit on Jun 18 2018, 6:38 AM.

Details

Summary

map() returns a map-object on Python3 instead of a list.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.