diff -r b0a4de6c14f8 -r ca7bde5dbafb mercurial/utils/stringutil.py --- a/mercurial/utils/stringutil.py Thu Jul 18 12:03:29 2024 +0200 +++ b/mercurial/utils/stringutil.py Thu Jul 18 12:36:12 2024 +0200 @@ -574,7 +574,6 @@ return mailmap for line in mailmapcontent.splitlines(): - # Don't bother checking the line if it is a comment or # is an improperly formed author field if line.lstrip().startswith(b'#'): @@ -801,7 +800,6 @@ chunks.reverse() while chunks: - # Start the list of chunks that will make up the current line. # cur_len is just the length of all the chunks in cur_line. cur_line = []