Submitter | phabricator |
---|---|
Date | March 31, 2018, 8:37 p.m. |
Message ID | <differential-rev-PHID-DREV-fwvrphezvblw4rtx56fo-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/30078/ |
State | Superseded |
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: