##// END OF EJS Templates
grep: restore usage of --include/--exclude options...
grep: restore usage of --include/--exclude options The refactor in 4a73df6eb67d accidentally forgot to transform the opts argument for walkopts into a byteskwargs. This resulted in its options being ignored. In particular, the -X/-I pair of options was missing. A simple fix restores its usage. Tests included, of course.

File last commit:

r50501:4092db99 stable
r52257:c6560ee5 stable
Show More
requirements.txt.in
5 lines | 122 B | text/plain | TextLexer
Jason R. Coombs
packaging: refresh dependency hashes (issue6750)...
r50501 # Declare requirements for generating the compiled (frozen)
# set of requirements in ./requirements.txt.
Gregory Szorc
packaging: add docutils as dependency...
r45245 docutils
Gregory Szorc
packaging: convert to UNIX line endings...
r44059 jinja2