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
Lint Skipped
Unit
Unit Tests Skipped