sapling/hgext/largefiles
Siddharth Agarwal a91711a512 largefiles: fix _always for match overrides
Upcoming patches will speed dirstate.walk up by not filtering based on the
match function when match.always() is True. For that to work, match.always()
needs to be accurate. Previously it wasn't so for largefiles.
2013-03-25 14:22:34 -07:00
..
__init__.py largefiles: don't cache largefiles for pulled heads by default 2013-02-09 21:07:42 +00:00
basestore.py merge with stable 2013-02-28 14:51:59 +01:00
CONTRIBUTORS hgext: add largefiles extension 2011-09-24 17:35:45 +02:00
lfcommands.py merge with stable 2013-02-28 14:51:59 +01:00
lfutil.py largefiles: getstandinmatcher should not depend on existence of directories 2013-02-28 13:45:18 +01:00
localstore.py largefiles: report localstore errors with single line warnings messages 2013-02-04 02:46:53 +01:00
overrides.py largefiles: fix _always for match overrides 2013-03-25 14:22:34 -07:00
proto.py largefiles: don't verify largefile hashes on servers when processing statlfile 2013-01-28 15:19:44 +01:00
remotestore.py largefiles: fold oddly named _verify into remotestore.exists 2013-02-08 13:00:08 +01:00
reposetup.py merge with stable 2013-02-28 14:51:59 +01:00
uisetup.py largefiles: don't cache largefiles for pulled heads by default 2013-02-09 21:07:42 +00:00
wirestore.py largefiles: let wirestore._stat return stats as expected by remotestore verify 2013-01-28 15:19:44 +01:00