Submitter | phabricator |
---|---|
Date | April 1, 2018, 1:59 a.m. |
Message ID | <7db2e8124be820e78c0aedfc62515625@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/30085/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/utils/stringutil.py b/mercurial/utils/stringutil.py --- a/mercurial/utils/stringutil.py +++ b/mercurial/utils/stringutil.py @@ -300,7 +300,7 @@ if not isauthorwellformed(author) or not mailmap: return author - # Turn the user name into a mailmaptup + # Turn the user name into a mailmapping commit = mailmapping(name=person(author), email=email(author)) try: