Details
Details
- Reviewers
pulkit indygreg - Group Reviewers
hg-reviewers - Commits
- rHG5245bac09e6a: manifest: use list(dict) instead of dict.keys() to get a list of keys
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.
Event Timeline
Comment Actions
This one feels sub-optimal because of the amount of intermediary variables. But I think it should be OK.
Comment Actions
Agreed, though it's equivalent to what's already happening with .keys().
So far treemanifest code hasn't been prominent in profiles at Google, so it's not high on my optimization list.