diff -r 8c8fe120670f -r 764127f58903 hgext/largefiles/reposetup.py --- a/hgext/largefiles/reposetup.py Tue Sep 16 22:50:38 2014 -0700 +++ b/hgext/largefiles/reposetup.py Tue Sep 16 23:10:39 2014 -0700 @@ -193,9 +193,7 @@ # Standins no longer found in lfdirstate has been # removed - for standin in ctx1.manifest(): - if not lfutil.isstandin(standin): - continue + for standin in ctx1.walk(lfutil.getstandinmatcher(self)): lfile = lfutil.splitstandin(standin) if not match(lfile): continue