Part of bzrlib
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 66 | Class | CommitBuilder | Provides an interface to build up a commit. |
| 427 | Class | RootCommitBuilder | This commitbuilder actually records the root id |
| 446 | Class | Repository | Repository holding history for one or more branches. |
| 1869 | Function | install_revision | Install all revision data into a repository. |
| 1874 | Function | install_revisions | Install all revision data into a repository. |
| 1943 | Class | MetaDirRepository | Repositories in the new meta-dir layout. |
| 1988 | Class | MetaDirVersionedFileRepository | Repositories in a meta-dir, that work via versioned file objects. |
| 1999 | Class | RepositoryFormatRegistry | Registry of RepositoryFormats. |
| 2020 | Class | RepositoryFormat | A repository format. |
| 2195 | Class | MetaDirRepositoryFormat | Common base class for the new repositories using the metadir layout. |
| 2300 | Class | InterRepository | This class represents operations taking place between two repositories. |
| 2419 | Class | InterSameDataRepository | Code for converting between repositories that represent the same data. |
| 2476 | Class | InterWeaveRepo | Optimised code paths between Weave based repositories. |
| 2598 | Class | InterKnitRepo | Optimised code paths between Knit based repositories. |
| 2668 | Class | InterPackRepo | Optimised code paths between Pack based repositories. |
| 2767 | Class | InterModel1and2 | No class docstring; 0/1 class methods, 2/2 methods, 0/1 static methods documented |
| 2811 | Class | InterKnit1and2 | No class docstring; 0/1 class methods, 1/1 methods, 1/1 static methods documented |
| 2859 | Class | InterDifferingSerializer | No class docstring; 0/1 class methods, 1/1 methods, 1/1 static methods documented |
| 2908 | Class | InterRemoteToOther | No class docstring; 0/1 class methods, 1/2 methods, 0/1 static methods documented |
| 2945 | Class | InterOtherToRemote | Undocumented |
| 2988 | Class | CopyConverter | A repository conversion tool which just performs a copy of the content. |
| 1836 | Function | __make_delegated | Undocumented |
| 1893 | Function | _install_revision | Install all revision data into a repository. |
| 3049 | Function | _unescaper | Undocumented |
| 3062 | Function | _unescape_xml | Unescape predefined XML entities in a string of data. |
| 3070 | Class | _VersionedFileChecker | No class docstring; 2/3 methods documented |
| 3120 | Function | _old_get_graph | DO NOT USE. That is all. I'm serious. |
| 3128 | Function | _strip_NULL_ghosts | Also don't use this. more compatibility code for unmigrated clients. |
Accepts an iterable of revision, tree, signature tuples. The signature may be None.