sapling/hgext/largefiles
FUJIWARA Katsunori 7f301613fe largefiles: avoid redundant standin() invocations
There are some code paths, which apply standin() on same value
multilpe times instead of using already standin()-ed value.

"fstandin" is common name for "path to standin file" in lfutil.py, to
avoid shadowing "standin()".
2017-03-24 22:29:22 +09:00
..
__init__.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
basestore.py largefiles: use context for file closing 2016-10-08 00:59:41 +02:00
CONTRIBUTORS hgext: add largefiles extension 2011-09-24 17:35:45 +02:00
lfcommands.py largefiles: avoid redundant standin() invocations 2017-03-24 22:29:22 +09:00
lfutil.py largefiles: avoid redundant standin() invocations 2017-03-24 22:29:22 +09:00
localstore.py largefiles: always use filechunkiter when iterating files 2016-10-12 12:22:18 +02:00
overrides.py largefiles: avoid redundant standin() invocations 2017-03-24 22:29:22 +09:00
proto.py wireproto: perform chunking and compression at protocol layer (API) 2016-11-20 13:50:45 -08:00
remotestore.py largefiles: always use filechunkiter when iterating files 2016-10-12 12:22:18 +02:00
reposetup.py largefiles: don't use mutable default argument value 2017-03-14 23:49:10 -07:00
storefactory.py largefiles: make storefactory._openstore public 2016-06-14 11:21:41 +02:00
uisetup.py py3: make largefiles/uisetup.py use absolute_import 2016-05-10 15:14:41 +02:00
wirestore.py py3: make largefiles/wirestore.py use absolute_import 2016-05-10 15:20:04 +02:00