Part of lp.codehosting.vfs
The code hosting filesystem is implemented using Bazaar transports. This module contains utilities for implementing virtual filesystems using bzrlib.transport classes.
| Class | TranslationError | Raised when we cannot translate a virtual URL fragment. |
| Function | get_chrooted_transport | Return a chrooted transport serving url. |
| Function | get_readonly_transport | Wrap transport in a readonly transport. |
| Class | AsyncVirtualTransport | A transport for a virtual file system. |
| Class | SynchronousAdapter | Converts an asynchronous transport to a synchronous one. |
| Class | AsyncVirtualServer | Bazaar Server for translating paths asynchronously. |