Submitter | Mads Kiilerich |
---|---|
Date | April 13, 2014, 4:59 p.m. |
Message ID | <5c878bec9e6586e02926.1397408345@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/4318/ |
State | Accepted |
Commit | 66c6da0bc7e2f42ed0f407b06b79089813de46a0 |
Headers | show |
Comments
Patch
diff --git a/hgext/largefiles/lfutil.py b/hgext/largefiles/lfutil.py --- a/hgext/largefiles/lfutil.py +++ b/hgext/largefiles/lfutil.py @@ -105,7 +105,7 @@ class largefilesdirstate(dirstate.dirsta return super(largefilesdirstate, self).forget(unixpath(f)) def normallookup(self, f): return super(largefilesdirstate, self).normallookup(unixpath(f)) - def _ignore(self): + def _ignore(self, f): return False def openlfdirstate(ui, repo, create=True):