##// END OF EJS Templates
walkchangerevs: simplify by using match.always() method...
Martin von Zweigbergk -
r24384:5cb459dc default
parent child Browse files
Show More
@@ -1698,7 +1698,7 b' def walkchangerevs(repo, match, opts, pr'
1698 # wanted: a cache of filenames that were changed (ctx.files()) and that
1698 # wanted: a cache of filenames that were changed (ctx.files()) and that
1699 # match the file filtering conditions.
1699 # match the file filtering conditions.
1700
1700
1701 if not slowpath and not match.files():
1701 if match.always():
1702 # No files, no patterns. Display all revs.
1702 # No files, no patterns. Display all revs.
1703 wanted = revs
1703 wanted = revs
1704
1704
General Comments 0
You need to be logged in to leave comments. Login now