| Trees | Indices | Help |
|
|---|
|
|
object --+
|
Repository
| Nested Classes | |
|
__metaclass__ Metaclass for defining Abstract Base Classes (ABCs). |
|
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Variables | |
__abstractmethods__ =
|
|
has_linear_changesets = False
|
|
realm =
|
|
scope =
|
|
| Properties | |
| oldest_rev | |
| resource | |
| youngest_rev | |
|
Inherited from |
|
| Method Details |
|
|
Clear any data that may have been cached in instance properties. youngest_rev can be specified as a way to force the value of the youngest_rev property (''will change in 0.12''). |
|
Return a string representation of a revision in the repos for displaying to the user. This can be a shortened revision string, e.g. for repositories using long hashes.
|
Return the name of the base repository for this repository. This function returns the name of the base repository to which scoped repositories belong. For non-scoped repositories, it returns the repository name. |
Generates changes corresponding to generalized diffs. Generator that yields change tuples (old_node, new_node, kind, change) for each node change between the two arbitrary (path,rev) pairs. The old_node is assumed to be None when the change is an ADD, the new_node is assumed to be None when the change is a DELETE.
|
rev.
|
Return a globally unique identifier for the ''rev'' changeset. Two changesets from different repositories can sometimes refer to the ''very same'' changeset (e.g. the repositories are clones). |
Retrieve a Node from the repository at the given path. A Node represents a directory or a file at a given revision in the
repository.
If the
|
|
Retrieve all the revisions containing this path. If given,
|
Return the repository URL for the given path and revision. The returned URL can be |
Generate a list of interesting places in the repository.
The generated results must be of the form (category, name, path, rev). |
|
Tell if there's a node at the specified (path,rev) combination. When |
Return the revision immediately following the specified revision. If In presence of multiple children, this follows the first child.
|
|
Return a (unique) canonical representation of a revision. It's up to the backend to decide which string values of In addition, if
|
Return the revision immediately preceding the specified revision. If In presence of multiple parents, this follows the first parent.
|
Provides a total order over revisions. Return
|
|
Perform a sync of the repository cache, if relevant. If given, |
Resync the repository cache for the given Returns a "metadata-only" changeset containing the metadata prior to
the resync, or |
| Class Variable Details |
__abstractmethods__
|
| Property Details |
oldest_rev
|
resource
|
youngest_rev
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Mar 30 08:24:26 2020 | http://epydoc.sourceforge.net |