##// END OF EJS Templates
vfs: split "expand" into "realpath"/"expandpath" to apply each separately...
vfs: split "expand" into "realpath"/"expandpath" to apply each separately Before this patch, vfs constructor applies both "util.expandpath()" and "os.path.realpath()" on "base" path, if "expand" is True. This patch splits it into "realpath" and "expandpath", to apply each functions separately: this splitting can allow to use vfs also where one of each is not needed.
FUJIWARA Katsunori -
r18945:e75b72ff default
Show More