Show More
@@ -1045,7 +1045,7 b' def makefilematcher(repo, pathfilter):' | |||||
1045 |
|
1045 | |||
1046 | # Requested patterns could include files not in the local store. So |
|
1046 | # Requested patterns could include files not in the local store. So | |
1047 | # filter those out. |
|
1047 | # filter those out. | |
1048 |
return |
|
1048 | return repo.narrowmatch(matcher) | |
1049 |
|
1049 | |||
1050 | @wireprotocommand( |
|
1050 | @wireprotocommand( | |
1051 | 'filedata', |
|
1051 | 'filedata', |
General Comments 0
You need to be logged in to leave comments.
Login now