Show More
@@ -103,7 +103,7 class transplants(object): | |||||
103 | class transplanter(object): |
|
103 | class transplanter(object): | |
104 | def __init__(self, ui, repo, opts): |
|
104 | def __init__(self, ui, repo, opts): | |
105 | self.ui = ui |
|
105 | self.ui = ui | |
106 | self.path = repo.join('transplant') |
|
106 | self.path = repo.vfs.join('transplant') | |
107 | self.opener = vfsmod.vfs(self.path) |
|
107 | self.opener = vfsmod.vfs(self.path) | |
108 | self.transplants = transplants(self.path, 'transplants', |
|
108 | self.transplants = transplants(self.path, 'transplants', | |
109 | opener=self.opener) |
|
109 | opener=self.opener) |
General Comments 0
You need to be logged in to leave comments.
Login now