( )⚙ D3002 stringutil: rename local email/names variables to their plural forms

This is an archive of the discontinued Mercurial Phabricator instance.

stringutil: rename local email/names variables to their plural forms
ClosedPublic

Authored by sheehan on Mar 31 2018, 4:37 PM.

Details

Summary

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.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

sheehan created this revision.Mar 31 2018, 4:37 PM
yuja accepted this revision.Mar 31 2018, 9:27 PM
This revision is now accepted and ready to land.Mar 31 2018, 9:27 PM
This revision was automatically updated to reflect the committed changes.