sapling/hgext/largefiles
Mads Kiilerich c479eff330 largefiles: move protocol conversion into getlfile and make it an iterable
Avoid the intermediate limitreader and filechunkiter between getlfile and
copyandhash - return the right protocol and put the complexity where it better
can be managed.
2013-04-16 01:46:39 +02:00
..
__init__.py largefiles: drop --cache-largefiles again 2013-04-15 01:59:11 +02:00
basestore.py largefiles: don't close the fd passed to store._getfile 2013-04-15 23:47:04 +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: remove blecch from lfutil.copyandhash - don't close the passed fd 2013-04-15 23:43:50 +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: move protocol conversion into getlfile and make it an iterable 2013-04-16 01:46:39 +02:00
remotestore.py largefiles: move protocol conversion into getlfile and make it an iterable 2013-04-16 01:46:39 +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: let wirestore._stat return stats as expected by remotestore verify 2013-01-28 15:19:44 +01:00