changeset 16075 | d2e8e79a6361 |
parent 16074 | 67a5bc8aeb1d |
child 16093 | 7e30f5f2285f |
--- a/hgext/largefiles/overrides.py Mon Feb 06 12:16:29 2012 +0900 +++ b/hgext/largefiles/overrides.py Mon Feb 06 12:16:29 2012 +0900 @@ -454,7 +454,7 @@ m._fmap = set(m._files) orig_matchfn = m.matchfn m.matchfn = lambda f: (lfutil.isstandin(f) and - lfile(lfutil.splitstandin(f)) and + (f in manifest) and orig_matchfn(lfutil.splitstandin(f)) or None) return m