sapling/hgext/largefiles
liscju 45a5b8ca24 largefiles: makes verify batching stat calls to remote
Instead of sending stat calls for each files separately, it sends
one batch call with stat invocations for all files.
2016-05-03 23:48:31 +02:00
..
__init__.py largefiles: use double quotes for arguments 2016-01-12 09:30:39 +00:00
basestore.py largefiles: change basestore._verifyfile to take list of files to check 2016-05-03 23:31:32 +02:00
CONTRIBUTORS hgext: add largefiles extension 2011-09-24 17:35:45 +02:00
lfcommands.py largefiles: replace invocation of os.path module by vfs in lfcommands.py 2016-03-13 23:16:44 +01:00
lfutil.py largefiles: don't access repo.changelog directly in getlfilestoupload 2016-04-13 01:45:45 +02:00
localstore.py largefiles: change basestore._verifyfile to take list of files to check 2016-05-03 23:31:32 +02:00
overrides.py largefiles: introduce push --lfrev to control which revisions are pushed 2016-03-27 13:00:28 -07:00
proto.py pycompat: switch to util.urlreq/util.urlerr for py3 compat 2016-04-06 23:22:12 +00:00
remotestore.py largefiles: makes verify batching stat calls to remote 2016-05-03 23:48:31 +02:00
reposetup.py localrepo: refactor prepushoutgoinghook to take a pushop 2016-04-13 01:09:11 +02:00
uisetup.py largefiles: introduce push --lfrev to control which revisions are pushed 2016-03-27 13:00:28 -07:00
wirestore.py largefiles: use iterbatch instead of batch 2016-03-02 13:13:05 -05:00