The latter returns a generator object on Python 3, which breaks
various parts of hg that expected a list.
Details
Details
- Reviewers
- ryanmce 
- Group Reviewers
- hg-reviewers 
- Commits
- rHG6f532c1a4af0: wireproto: use listcomp instead of 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.