sapling/hgext/largefiles
liscju 802a1dd151 largefiles: replace invocation of os.path module by vfs in lfutil.py
Replaces invocations os.path functions to methods in vfs. Unfortunately
(in my view) this makes code less readable, because instead of using
clear variable names with path it needs to replace them with vfs(..).
I need guidance how to make such transition look more readable.

For example in this patch there is example with few places with
wvfs.join(standindir), standindir before this patch was absolute
path, in this it is changed to relative because it is used also
in expression wvfs.join(standindir, pat).
2016-03-14 20:20:22 +01:00
..
__init__.py revset: replace extpredicate by revsetpredicate of registrar 2016-03-08 23:04:53 +09:00
basestore.py largefiles: specify unit for ui.progress when operating on files 2016-03-11 22:21:43 +08:00
CONTRIBUTORS hgext: add largefiles extension 2011-09-24 17:35:45 +02:00
lfcommands.py largefiles: replace invocation of os.path module by vfs in lfcommands.py 2016-03-13 23:16:44 +01:00
lfutil.py largefiles: replace invocation of os.path module by vfs in lfutil.py 2016-03-14 20:20:22 +01:00
localstore.py largefiles: use a context manager in _getfile 2016-01-12 14:27:42 -08:00
overrides.py revset: replace extpredicate by revsetpredicate of registrar 2016-03-08 23:04:53 +09:00
proto.py largefiles: don't mute and obfuscate http errors when putlfile fails 2015-10-23 21:27:29 +02:00
remotestore.py largefiles: add abstract methods in remotestore class 2016-03-10 10:56:02 +01:00
reposetup.py with: use context manager in largefiles commit 2016-01-15 13:14:50 -08:00
uisetup.py revset: replace extpredicate by revsetpredicate of registrar 2016-03-08 23:04:53 +09:00
wirestore.py largefiles: use iterbatch instead of batch 2016-03-02 13:13:05 -05:00