author | FUJIWARA Katsunori <foozy@lares.dti.ne.jp> |
Tue, 09 Oct 2012 01:41:55 +0900 | |
changeset 17721 | cf236e3501c3 |
parent 17720 | 9a1796af4f8d |
child 17722 | 3b976051034d |
--- a/mercurial/store.py Thu Oct 04 01:24:05 2012 +0900 +++ b/mercurial/store.py Tue Oct 09 01:41:55 2012 +0900 @@ -423,8 +423,8 @@ return iter(self.entries) class _fncachevfs(scmutil.abstractvfs): - def __init__(self, op, fnc, encode): - self.opener = op + def __init__(self, vfs, fnc, encode): + self.opener = vfs self.fncache = fnc self.encode = encode