-
-
-
It doesn't look like Mercurial's mapping parser will allow fixing this "missing end angle bracket" value because it fails the "isauthorwellformed()" test.
Instead, this dedpulication should work:
dequis dx@dxzone.com.ar dx dx@dxzone.com.ar
Add a .mailmap file
Review Request #875 — Created Aug. 4, 2021 and submitted
Add a .mailmap file that can be used via the mailmap functio in mercurial templates to map author names/email addresses.
Some of these aren't matching right yet, but at least we have the dupes now and don't have to search for them again.
Also, I did a lot of guess work here on proper emails and usually deferred to gmail over a custom domain.
Lots of shell magic involving
hg log -T '{mailmap(author)}\n'
and without themailmap
.
-
This is a good set of changes for now. Unfortunately, either the "official" mailmap format - or Mercurial's implementation of it - is not flexible enough to fully address the needs of the existing author entries in the repository. On a positive note, we're forward compatible if Mercurial loosens the requirements a bit.