Mercurial > hg-stable
changeset 35743:3c2a6246fd63
log: fix typo in comment about _matchfiles()
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Tue, 16 Jan 2018 21:46:17 +0900 |
parents | 7a1806e0daea |
children | 8685192a8733 |
files | mercurial/cmdutil.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.