##// END OF EJS Templates
grep: fix --follow with no --diff nor --rev to not fall back to plain grep...
grep: fix --follow with no --diff nor --rev to not fall back to plain grep Before, "grep --follow" would only print matches in the working directory. Since --follow is the option to specify the search space, it should disable the plain (i.e. wdir) grep.
Yuya Nishihara -
r46050:07c424a1 default
Show More