Part of bzrlib
| 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. |
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.
| Parameters | stop_index | The index which should be present. When it is present, history extension will stop. |
| stop_revision | The revision id which should be present. When it is encountered, history extension will stop. |