##// END OF EJS Templates
walkchangerevs: simplify with an 'elif'...
walkchangerevs: simplify with an 'elif' Since 'match.files()' is interchangeable with 'not match.files()', we can simplify with an 'elif' follwoing the 'if match.always()'.
Martin von Zweigbergk -
r25271:1b1eaf18 default
Show More