comparison tests/svnxml.py @ 28560:bfbd3f02b442

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).
author liscju <piotr.listkiewicz@gmail.com>
date Mon, 14 Mar 2016 20:20:22 +0100
parents c58bdecdb800
children 812eb3b7dc43
comparison
equal deleted inserted replaced
28559:30863ca01c6b 28560:bfbd3f02b442