Show More
@@ -586,6 +586,8 b' class readonlyvfs(abstractvfs, auditvfs)' | |||||
586 | raise util.Abort('this vfs is read only') |
|
586 | raise util.Abort('this vfs is read only') | |
587 | return self.vfs(path, mode, *args, **kw) |
|
587 | return self.vfs(path, mode, *args, **kw) | |
588 |
|
588 | |||
|
589 | def join(self, path, *insidef): | |||
|
590 | return self.vfs.join(path, *insidef) | |||
589 |
|
591 | |||
590 | def walkrepos(path, followsym=False, seen_dirs=None, recurse=False): |
|
592 | def walkrepos(path, followsym=False, seen_dirs=None, recurse=False): | |
591 | '''yield every hg repository under path, always recursively. |
|
593 | '''yield every hg repository under path, always recursively. |
General Comments 0
You need to be logged in to leave comments.
Login now