vars() returns a dict of str. So always use a native str for
the key lookup.
Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHGa0916e8819f6: localrepo: use str for lookup in vars()
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.