Part of lp.codehosting.vfs.branchfs View In Hierarchy
| Method | makeTransport | Return a transport and trailing path for 'transport_tuple'. |
| Parameters | transport_tuple | a tuple of (transport_type, transport_data, trailing_path), as returned by IBranchFileSystem['translatePath']. |
| Returns | A transport and a path on that transport that point to a
place that matches the one described in transport_tuple. (type: (bzrlib.transport.Transport, str)) | |