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