comparison mercurial/templatefilters.py @ 17728:004bd533880d

store: invoke "os.path.isdir()" via vfs This patch invokes "os.path.isdir()" via "rawvfs" object to avoid filename encoding, because the path passed to "os.path.isdir()" shouldn't be encoded. This patch newly adds "self.rawvfs" field only to "basicstore" and "encodedstore", because "fncachestore" has "self.rawvfs" already.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Tue, 09 Oct 2012 01:41:55 +0900
parents d42cc3c880b6
children bededd3f0735
comparison
equal deleted inserted replaced
17727:6492b39a44d5 17728:004bd533880d