b.repository : module documentation

Part of bzrlib

No module docstring
Class IsInWriteGroupError Undocumented
Class CommitBuilder Provides an interface to build up a commit.
Class RepositoryWriteLockResult The result of write locking a repository.
Class Repository Repository holding history for one or more branches.
Class MetaDirRepository Repositories in the new meta-dir layout.
Class RepositoryFormatRegistry Repository format registry.
Class RepositoryFormat A repository format.
Class MetaDirRepositoryFormat Common base class for the new repositories using the metadir layout.
Class InterRepository This class represents operations taking place between two repositories.
Class CopyConverter A repository conversion tool which just performs a copy of the content.
Function _strip_NULL_ghosts Also don't use this. more compatibility code for unmigrated clients.
Function _iter_for_revno Extend the partial history to include a given index
Class _LazyListJoin An iterable yielding the contents of many lists as one list.
def _strip_NULL_ghosts(revision_graph):
Also don't use this. more compatibility code for unmigrated clients.
def _iter_for_revno(repo, partial_history_cache, stop_index=None, stop_revision=None):
Extend the partial history to include a given index

If a stop_index is supplied, stop when that index has been reached. If a stop_revision is supplied, stop when that revision is encountered. Otherwise, stop when the beginning of history is reached.

Parametersstop_indexThe index which should be present. When it is present, history extension will stop.
stop_revisionThe revision id which should be present. When it is encountered, history extension will stop.
API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.