sapling/hgext/largefiles
Martin von Zweigbergk cb8b36b8aa cleanup: rename "matchfn" to "match" where obviously a matcher
We usually call matchers either "match" or "m" and reserve "matchfn"
for functions.

Differential Revision: https://phab.mercurial-scm.org/D641
2017-09-05 15:06:45 -07:00
..
__init__.py largefiles: fix help text to avoid warning at "make update-pot" 2017-08-02 01:15:07 +09:00
basestore.py largefiles: use readasstandin() to read hex hash directly from filectx 2017-04-01 02:32:49 +09:00
CONTRIBUTORS hgext: add largefiles extension 2011-09-24 17:35:45 +02:00
lfcommands.py cleanup: rename "matchfn" to "match" where obviously a matcher 2017-09-05 15:06:45 -07:00
lfutil.py codemod: simplify nested withs 2017-07-13 18:31:35 -07:00
localstore.py largefiles: always use filechunkiter when iterating files 2016-10-12 12:22:18 +02:00
overrides.py codemod: register core configitems using a script 2017-07-14 14:22:40 -07:00
proto.py wireproto: perform chunking and compression at protocol layer (API) 2016-11-20 13:50:45 -08:00
remotestore.py largefiles: remove remotestore.batch() 2017-08-09 21:04:03 -07:00
reposetup.py largefiles: use readasstandin() to read hex hash directly from filectx 2017-04-01 02:32:49 +09:00
storefactory.py largefiles: make storefactory._openstore public 2016-06-14 11:21:41 +02:00
uisetup.py largefiles: remove unused assignments from wrapfunction() 2017-08-31 22:39:10 -07:00
wirestore.py py3: make largefiles/wirestore.py use absolute_import 2016-05-10 15:20:04 +02:00