map() returns a map-object on Python3 instead of a list.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG365a78daf735: py3: use pycompat.maplist() instead of map() in hgext/transplant.py
Diff Detail
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.