diff -r 50c5ee3bdf9a -r 464539c305aa mercurial/match.py --- a/mercurial/match.py Thu Oct 01 18:51:40 2020 +0200 +++ b/mercurial/match.py Fri Nov 27 19:35:37 2020 -0500 @@ -107,7 +107,7 @@ def _kindpatsalwaysmatch(kindpats): - """ "Checks whether the kindspats match everything, as e.g. + """Checks whether the kindspats match everything, as e.g. 'relpath:.' does. """ for kind, pat, source in kindpats: