Part of lp.code.xmlrpc.codehosting View In Hierarchy
ICodehostingAPI
.Method | acquireBranchToPull | See ICodehostingAPI . |
Method | mirrorFailed | See ICodehostingAPI . |
Method | recordSuccess | See ICodehostingAPI . |
Method | createBranch | See ICodehostingAPI . |
Method | requestMirror | See ICodehostingAPI . |
Method | branchChanged | See ICodehostingAPI . |
Method | performLookup | Undocumented |
Method | translatePath | See ICodehostingAPI . |
Method | _getBranchNamespaceExtras | Get the branch namespace, branch name and callback for the path. |
Method | _canWriteToBranch | Can requester write to branch ? |
Method | _serializeBranch | Undocumented |
Method | _serializeControlDirectory | Undocumented |
If the path defines a full branch path including the owner and branch name, then the namespace that is returned is the namespace for the owner and the branch target specified.
If the path uses an lp short name, then we only allow the requester to create a branch if they have permission to link the newly created branch to the short name target. If there is an existing branch already linked, then BranchExists is raised. The branch name that is used is determined by the namespace as the first unused name starting with 'trunk'.
ICodehostingAPI
.