##// END OF EJS Templates
log: fix typo in comment about _matchfiles()
Yuya Nishihara -
r35761:3c2a6246 default
parent child Browse files
Show More
@@ -2436,7 +2436,7 b' def _makelogrevset(repo, match, pats, sl'
2436 #
2436 #
2437 # pats/include/exclude cannot be represented as separate
2437 # pats/include/exclude cannot be represented as separate
2438 # revset expressions as their filtering logic applies at file
2438 # revset expressions as their filtering logic applies at file
2439 # level. For instance "-I a -X a" matches a revision touching
2439 # level. For instance "-I a -X b" matches a revision touching
2440 # "a" and "b" while "file(a) and not file(b)" does
2440 # "a" and "b" while "file(a) and not file(b)" does
2441 # not. Besides, filesets are evaluated against the working
2441 # not. Besides, filesets are evaluated against the working
2442 # directory.
2442 # directory.
General Comments 0
You need to be logged in to leave comments. Login now