##// END OF EJS Templates
log: bypass file scan part of fastpath when no files...
Matt Mackall -
r16381:64c8ae09 default
parent child Browse files
Show More
@@ -1006,7 +1006,7 b' def walkchangerevs(repo, match, opts, pr'
1006 wanted = set(revs)
1006 wanted = set(revs)
1007 copies = []
1007 copies = []
1008
1008
1009 if not slowpath:
1009 if not slowpath and match.files():
1010 # We only have to read through the filelog to find wanted revisions
1010 # We only have to read through the filelog to find wanted revisions
1011
1011
1012 minrev, maxrev = min(revs), max(revs)
1012 minrev, maxrev = min(revs), max(revs)
General Comments 0
You need to be logged in to leave comments. Login now