b.revision : module documentation

Part of bzrlib

No module docstring
Class Revision Single revision on a branch.
Function iter_ancestors Undocumented
Function find_present_ancestors Return the ancestors of a revision present in a branch.
Function is_reserved_id Determine whether a revision id is reserved
Function check_not_reserved_id Raise ReservedId if the supplied revision_id is reserved
Function ensure_null Ensure only NULL_REVISION is used to represent the null revision
Function is_null Undocumented
Function __get_closest Undocumented
def iter_ancestors(revision_id, revision_source, only_present=False):
Undocumented
def find_present_ancestors(revision_id, revision_source):
Return the ancestors of a revision present in a branch.

It's possible that a branch won't have the complete ancestry of one of its revisions.

def __get_closest(intersection):
Undocumented
def is_reserved_id(revision_id):
Determine whether a revision id is reserved
ReturnsTrue if the revision is reserved, False otherwise
def check_not_reserved_id(revision_id):
Raise ReservedId if the supplied revision_id is reserved
def ensure_null(revision_id):
Ensure only NULL_REVISION is used to represent the null revision
def is_null(revision_id):
Undocumented
API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.