Show More
@@ -454,7 +454,7 b' def override_copy(orig, ui, repo, pats, ' | |||
|
454 | 454 | m._fmap = set(m._files) |
|
455 | 455 | orig_matchfn = m.matchfn |
|
456 | 456 | m.matchfn = lambda f: (lfutil.isstandin(f) and |
|
457 |
|
|
|
457 | (f in manifest) and | |
|
458 | 458 | orig_matchfn(lfutil.splitstandin(f)) or |
|
459 | 459 | None) |
|
460 | 460 | return m |
General Comments 0
You need to be logged in to leave comments.
Login now