hgext/largefiles/reposetup.py
branchstable
changeset 16571 1ff42ee98446
parent 16285 e53c0b2d7b60
child 16586 ebd2ead59f1c
--- a/hgext/largefiles/reposetup.py	Thu May 03 01:07:22 2012 +0200
+++ b/hgext/largefiles/reposetup.py	Thu May 03 15:24:45 2012 +0200
@@ -398,10 +398,6 @@
                     if not fstandin.endswith(os.sep):
                         fstandin += os.sep
 
-                    # prevalidate matching standin directories
-                    if util.any(st for st in match._files
-                                   if st.startswith(fstandin)):
-                        continue
                     actualfiles.append(f)
                 match._files = actualfiles