Show More
@@ -478,7 +478,7 b' class localrepository(repo.repository):' | |||||
478 |
|
478 | |||
479 | def rjoin(self, f): |
|
479 | def rjoin(self, f): | |
480 | return os.path.join(self.root, util.pconvert(f)) |
|
480 | return os.path.join(self.root, util.pconvert(f)) | |
481 |
|
481 | |||
482 | def file(self, f): |
|
482 | def file(self, f): | |
483 | if f[0] == '/': |
|
483 | if f[0] == '/': | |
484 | f = f[1:] |
|
484 | f = f[1:] |
General Comments 0
You need to be logged in to leave comments.
Login now