Module b.remote

Part of bzrlib

No module docstring
Line # Kind Name Docs
71 Class RemoteBzrDir Control directory on a remote server, accessed via bzr:// or similar.
246 Class RemoteRepositoryFormat Format for repositories accessed over a _SmartClient.
301 Class RemoteRepository Repository accessed over rpc.
1260 Class RemoteBranchLockableFiles A 'LockableFiles' implementation that talks to a smart server.
1280 Class RemoteBranchFormat Undocumented
1309 Class RemoteBranch Branch stored on a server accessed by HPSS RPC.
46 Class _RpcHelper Mixin class that helps with issuing RPCs.
290 Class _UnstackedParentsProvider ParentsProvider for RemoteRepository that ignores stacking.
1802 Function _extract_tar Extract all the contents of a tarfile object.
1811 Function _translate_error Translate an ErrorFromSmartServer into a more useful error.
def _extract_tar(tar, to_dir):
Extract all the contents of a tarfile object.

A replacement for extractall, which is not present in python2.4

def _translate_error(err, **context):
Translate an ErrorFromSmartServer into a more useful error.

Possible context keys:
  • branch
  • repository
  • bzrdir
  • token
  • other_branch
  • path

If the error from the server doesn't match a known pattern, then UnknownErrorFromSmartServer is raised.

API Documentation for BzrLib, generated by pydoctor at 2008-12-03 00:00:12.