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.
--- 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