Show More
@@ -768,7 +768,7 class localrepository(object): | |||||
768 | return self.vfs.join(os.path.join(f, *insidef)) |
|
768 | return self.vfs.join(os.path.join(f, *insidef)) | |
769 |
|
769 | |||
770 | def wjoin(self, f, *insidef): |
|
770 | def wjoin(self, f, *insidef): | |
771 |
return |
|
771 | return self.vfs.reljoin(self.root, f, *insidef) | |
772 |
|
772 | |||
773 | def file(self, f): |
|
773 | def file(self, f): | |
774 | if f[0] == '/': |
|
774 | if f[0] == '/': |
General Comments 0
You need to be logged in to leave comments.
Login now