sapling/hgext/largefiles
FUJIWARA Katsunori fb1d8fd59b localrepo: invoke only feature setup functions for enabled extensions
Before this patch, each feature setup functions for localrepository
class should examine whether corresponding extension is enabled or not
by themselves.

This patch invokes only feature setup functions defined in module of
enabled extensions, and it makes implementation of feature setup
functions easier and simpler.
2013-10-17 21:45:17 +09:00
..
__init__.py localrepo: invoke only feature setup functions for enabled extensions 2013-10-17 21:45:17 +09:00
basestore.py largefiles: refactor basestore, extract _gethash method 2013-10-10 04:28:44 +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: standardize error message for dirty working dir 2013-09-23 21:41:01 -07:00
proto.py largefiles: make the protocol hack for replacing heads with lheads more precise 2013-10-10 04:28:39 +02:00
remotestore.py largefiles: stat all largefiles in one batch before downloading 2013-04-15 23:37:43 +02:00
reposetup.py largefiles: setup "largefiles" feature in each repositories individually 2013-09-21 21:33:29 +09:00
uisetup.py largefiles: setup "largefiles" feature in each repositories individually 2013-09-21 21:33:29 +09:00
wirestore.py largefiles: stat all largefiles in one batch before downloading 2013-04-15 23:37:43 +02:00