Submitter | Martin von Zweigbergk |
---|---|
Date | Sept. 23, 2014, 9:46 p.m. |
Message ID | <655dc947d1484a57b1a0.1411508773@handduk2.mtv.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/5930/ |
State | Superseded |
Commit | 764127f58903c2b0c044f8f20c83976e1259d61d |
Headers | show |
Comments
Patch
diff --git a/hgext/largefiles/reposetup.py b/hgext/largefiles/reposetup.py --- a/hgext/largefiles/reposetup.py +++ b/hgext/largefiles/reposetup.py @@ -192,9 +192,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