In Python 3, the map() returns a generator object instead of a list,
and some parts of hg depend on this being consumable more than once or
sortable in place.
Details
Details
- Reviewers
ryanmce - Group Reviewers
hg-reviewers - Commits
- rHG09397d0dd3b7: dagutil: use a listcomp instead of a map()
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.