Mercurial > hg
changeset 16571:1ff42ee98446 stable
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.
author | Na'Tosha Bard <natosha@unity3d.com> |
---|---|
date | Thu, 03 May 2012 15:24:45 +0200 |
parents | 63f10a163017 |
children | 8d44b5a2974f |
files | hgext/largefiles/reposetup.py |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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