# HG changeset patch # User Yuya Nishihara # Date 1516106777 -32400 # Node ID 3c2a6246fd632a9d435dc75f4083083c782727f0 # Parent 7a1806e0daeaf7fa5806a10fafa7f20e6624b174 log: fix typo in comment about _matchfiles() diff -r 7a1806e0daea -r 3c2a6246fd63 mercurial/cmdutil.py --- a/mercurial/cmdutil.py Thu Jan 18 13:33:21 2018 -0800 +++ b/mercurial/cmdutil.py Tue Jan 16 21:46:17 2018 +0900 @@ -2436,7 +2436,7 @@ # # pats/include/exclude cannot be represented as separate # revset expressions as their filtering logic applies at file - # level. For instance "-I a -X a" matches a revision touching + # level. For instance "-I a -X b" matches a revision touching # "a" and "b" while "file(a) and not file(b)" does # not. Besides, filesets are evaluated against the working # directory.