sapling/hgext/largefiles
Siddharth Agarwal b2140786db largefiles: don't query the dirstate for key None
lfutil.splitstandin(f) can be None, and we query the dirstate for that without
checking if it is. This will cause problems with the upcoming move to critbit-
based dicts, since they only support strings as keys.
2013-03-19 13:49: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: don't query the dirstate for key None 2013-03-19 13:49: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