b.info : module documentation

Part of bzrlib

No module docstring
Function plural Undocumented
Class LocationList No class docstring; 2/4 methods documented
Function gather_location_info Undocumented
Function show_bzrdir_info Output to stdout the 'info' for a_bzrdir.
Function show_component_info Write info about all bzrdir components to stdout
Function describe_layout Convert a control directory layout into a user-understandable term
Function describe_format Determine the format of an existing control directory
Class InfoHooks Hooks for the info command.
Function _show_location_info Show known locations for working, branch and repository.
Function _gather_related_branches Undocumented
Function _show_related_info Show parent and push location of branch.
Function _show_format_info Show known formats for control, working, branch and repository.
Function _show_locking_info Show locking status of working, branch and repository.
Function _show_missing_revisions_branch Show missing master revisions in branch.
Function _show_missing_revisions_working Show missing revisions in working tree.
Function _show_working_stats Show statistics about a working tree.
Function _show_branch_stats Show statistics about a branch.
Function _show_repository_info Show settings of a repository.
Function _show_repository_stats Show statistics about a repository.
def plural(n, base='', pl=None):
Undocumented
def gather_location_info(repository, branch=None, working=None):
Undocumented
def _show_location_info(locs, outfile):
Show known locations for working, branch and repository.
def _gather_related_branches(branch):
Undocumented
def _show_related_info(branch, outfile):
Show parent and push location of branch.
def _show_format_info(control=None, repository=None, branch=None, working=None, outfile=None):
Show known formats for control, working, branch and repository.
def _show_locking_info(repository, branch=None, working=None, outfile=None):
Show locking status of working, branch and repository.
def _show_missing_revisions_branch(branch, outfile):
Show missing master revisions in branch.
def _show_missing_revisions_working(working, outfile):
Show missing revisions in working tree.
def _show_working_stats(working, outfile):
Show statistics about a working tree.
def _show_branch_stats(branch, verbose, outfile):
Show statistics about a branch.
def _show_repository_info(repository, outfile):
Show settings of a repository.
def _show_repository_stats(repository, stats, outfile):
Show statistics about a repository.
def show_bzrdir_info(a_bzrdir, verbose=False, outfile=None):
Output to stdout the 'info' for a_bzrdir.
def show_component_info(control, repository, branch=None, working=None, verbose=1, outfile=None):
Write info about all bzrdir components to stdout
def describe_layout(repository=None, branch=None, tree=None):
Convert a control directory layout into a user-understandable term

Common outputs include "Standalone tree", "Repository branch" and "Checkout". Uncommon outputs include "Unshared repository with trees" and "Empty control directory"

def describe_format(control, repository, branch, tree):
Determine the format of an existing control directory

Several candidates may be found. If so, the names are returned as a single string, separated by ' or '.

If no matching candidate is found, "unnamed" is returned.

API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.