##// END OF EJS Templates
largefiles: don't walk through all ignored files...
Mads Kiilerich -
r18141:a907826c stable
parent child Browse files
Show More
@@ -164,10 +164,8 def reposetup(ui, repo):
164 164 m = copy.copy(match)
165 165 m._files = tostandins(m._files)
166 166
167 # Get ignored files here even if we weren't asked for them; we
168 # must use the result here for filtering later
169 167 result = super(lfilesrepo, self).status(node1, node2, m,
170 True, clean, unknown, listsubrepos)
168 ignored, clean, unknown, listsubrepos)
171 169 if working:
172 170 try:
173 171 # Any non-largefiles that were explicitly listed must be
General Comments 0
You need to be logged in to leave comments. Login now