b.b.BzrBranchFormat4(BranchFormat) : class documentation

Part of bzrlib.branch View In Hierarchy

Bzr branch format 4.

This format has:
  • a revision-history file.
  • a branch-lock lock file [ to be shared with the bzrdir ]
Method get_format_description See BranchFormat.get_format_description().
Method initialize Create a branch of this format in a_bzrdir.
Method __init__ Undocumented
Method network_name The network name for this format is the control dirs disk label.
Method open See BranchFormat.open().
Method __str__ Undocumented
Method supports_leaving_lock True if this format supports leaving locks in place.

Inherited from BranchFormat:

Method __eq__ Undocumented
Method __ne__ Undocumented
Class Method find_format Return the format for the branch object in a_bzrdir.
Class Method get_default_format Return the current default format.
Class Method get_formats Get all the known formats.
Method get_reference Get the target reference of the branch in a_bzrdir.
Class Method set_reference Set the target reference of the branch in a_bzrdir.
Method get_format_string Return the ASCII format string that identifies this format.
Method is_supported Is this format supported?
Method make_tags Create a tags object for branch.
Class Method register_format Register a metadir format.
Class Method set_default_format Undocumented
Method supports_set_append_revisions_only True if this format supports set_append_revisions_only.
Method supports_stacking True if this format records a stacked-on branch.
Class Method unregister_format Undocumented
Method supports_tags True if this format supports tags stored in the branch
Method _run_post_branch_init_hooks Undocumented
Method _initialize_helper Initialize a branch in a bzrdir, with specified files
def get_format_description(self):
See BranchFormat.get_format_description().
def initialize(self, a_bzrdir, name=None, repository=None):
Create a branch of this format in a_bzrdir.
def __init__(self):
Undocumented
def network_name(self):
The network name for this format is the control dirs disk label.
def open(self, a_bzrdir, name=None, _found=False, ignore_fallbacks=False, found_repository=None):
See BranchFormat.open().
def __str__(self):
Undocumented
def supports_leaving_lock(self):
True if this format supports leaving locks in place.
API Documentation for Bazaar, generated by pydoctor at 2011-03-07 00:01:25.