sapling/hgext/largefiles
Mads Kiilerich 9c2c68a468 largefiles: don't hash all largefiles when initializing a lfdirstate
The largefiles will be hashed on demand if necessary ... and sometimes it isn't
necessary.
2013-04-15 23:31:56 +02:00
..
__init__.py largefiles: drop --cache-largefiles again 2013-04-15 01:59:11 +02:00
basestore.py largefiles: stat all largefiles in one batch before downloading 2013-04-15 23:37:43 +02:00
CONTRIBUTORS hgext: add largefiles extension 2011-09-24 17:35:45 +02:00
lfcommands.py largefiles: introduce lfpull command for pulling missing largefiles 2013-04-15 01:53:37 +02:00
lfutil.py largefiles: don't hash all largefiles when initializing a lfdirstate 2013-04-15 23:31:56 +02:00
localstore.py largefiles: don't close the fd passed to store._getfile 2013-04-15 23:47:04 +02:00
overrides.py largefiles: drop lfutil.blockstream - use filechunkiter like everybody else 2013-04-15 23:43:44 +02:00
proto.py largefiles: use filechunkiter for iterating largefile when serving getlfile 2013-04-16 00:40:21 +02:00
remotestore.py largefiles: stat all largefiles in one batch before downloading 2013-04-15 23:37:43 +02:00
reposetup.py largefiles: improve repo wrapping detection 2013-04-10 02:27:35 +09:00
uisetup.py largefiles: deprecate --all-largefiles for pull 2013-04-15 01:59:11 +02:00
wirestore.py largefiles: stat all largefiles in one batch before downloading 2013-04-15 23:37:43 +02:00