email and name variables are renamed to emails and names (respectively).
This is because the email variable name shadows the email function
within the stringutil module. Since we are renaming email, we also rename
name for consistency.
Details
Details
- Reviewers
yuja - Group Reviewers
hg-reviewers - Commits
- rHG54b896f195d1: stringutil: rename local email/names variables to their plural forms
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.