sapling/hgext/largefiles
Sean Farley fbb07e88d9 largefiles: remove unnecessary check of instance
The refactoring of all the context objects allows us to simply pass a basectx
to the __new__ constructor and have it return the same object without
allocating new memory.

This also removes the need to import the context module.
2013-08-06 15:10:09 -05:00
..
__init__.py largefiles: fix typos in documentation 2013-04-19 18:26:35 -03: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: check existence of the file with case awareness of the filesystem 2013-05-07 05:04:11 +09:00
lfutil.py largefiles: use repo.wwrite for writing standins (issue3909) 2013-04-27 00:41:42 +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: overridematch() should replace the file path instead of extending (issue3934) 2013-07-24 13:20:44 +08: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: remove unnecessary check of instance 2013-08-06 15:10:09 -05: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