sapling/hgext/largefiles
Greg Ward 6e7f580a2b largefiles: fix some badly named function parameters
overrides.py contains several functions that temporarily override
scmutil.match(), which always takes a changectx object as the first
parameter. But these overrides name that parameter either 'repo' or
'ctxorrepo', which is misleading. So rename them to 'ctx' and remove
the special type-sensitive handling of the one called 'ctxorrepo'.
2011-10-16 10:24:45 -04:00
..
__init__.py largefiles: rename config setting 'size' to 'minsize' 2011-10-18 20:06:23 -04:00
basestore.py largefiles: string formatting typo in basestore._openstore where comma is used instead of modulo 2011-10-18 17:09:03 -04:00
CONTRIBUTORS hgext: add largefiles extension 2011-09-24 17:35:45 +02:00
design.txt hgext: add largefiles extension 2011-09-24 17:35:45 +02:00
lfcommands.py largefiles: include 'largefiles' in converted repository requirements 2011-10-18 16:40:59 -05:00
lfutil.py largefiles: rename config setting 'size' to 'minsize' 2011-10-18 20:06:23 -04:00
localstore.py largefiles: improve comments, internal docstrings 2011-10-12 20:59:27 -04:00
overrides.py largefiles: fix some badly named function parameters 2011-10-16 10:24:45 -04:00
proto.py largefiles: cosmetics, whitespace, code style 2011-10-13 21:42:54 -04:00
remotestore.py largefiles: improve error reporting 2011-10-13 20:24:29 -04:00
reposetup.py largefiles: tidy imports 2011-10-16 10:29:51 -04:00
uisetup.py largefiles: fix typo 2011-10-17 19:10:28 -02:00
usage.txt largefiles: fix typo 2011-10-18 09:59:04 -05:00
wirestore.py largefiles: improve comments, internal docstrings 2011-10-12 20:59:27 -04:00