mercurial/cmdutil.py
changeset 35743 3c2a6246fd63
parent 35690 3e394e0558d7
child 35745 3bd8ab4c80a5
--- 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.