D3004: stringutil: edit comment to reflect actual data type name

sheehan (Connor Sheehan) phabricator at mercurial-scm.org
Sun Apr 1 01:59:07 UTC 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG2ed180117f76: stringutil: edit comment to reflect actual data type name (authored by sheehan, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D3004?vs=7480&id=7483

REVISION DETAIL
  https://phab.mercurial-scm.org/D3004

AFFECTED FILES
  mercurial/utils/stringutil.py

CHANGE DETAILS

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:



To: sheehan, #hg-reviewers, yuja
Cc: mercurial-devel


More information about the Mercurial-devel mailing list