largefiles: fix commit of both largefiles and non-largefiles (issue3354) stable
authorNa'Tosha Bard <natosha@unity3d.com>
Thu, 03 May 2012 15:24:45 +0200
branchstable
changeset 16571 1ff42ee98446
parent 16570 63f10a163017
child 16572 8d44b5a2974f
largefiles: fix commit of both largefiles and non-largefiles (issue3354) This bug was caused by some old code that should have been removed long ago.
hgext/largefiles/reposetup.py
--- 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