##// END OF EJS Templates
largefiles: fix commit of both largefiles and non-largefiles (issue3354)...
Na'Tosha Bard -
r16571:1ff42ee9 stable
parent child Browse files
Show More
@@ -398,10 +398,6 b' def reposetup(ui, repo):'
398 if not fstandin.endswith(os.sep):
398 if not fstandin.endswith(os.sep):
399 fstandin += os.sep
399 fstandin += os.sep
400
400
401 # prevalidate matching standin directories
402 if util.any(st for st in match._files
403 if st.startswith(fstandin)):
404 continue
405 actualfiles.append(f)
401 actualfiles.append(f)
406 match._files = actualfiles
402 match._files = actualfiles
407
403
General Comments 0
You need to be logged in to leave comments. Login now