Module b.info

Part of bzrlib

No module docstring
Line # Kind Name Docs
35 Function plural Undocumented
44 Class LocationList No class docstring; 2/4 methods documented
79 Function gather_location_info Undocumented
314 Function show_bzrdir_info Output to stdout the 'info' for a_bzrdir.
351 Function show_component_info Write info about all bzrdir components to stdout
387 Function describe_layout Convert a control directory layout into a user-understandable term
432 Function describe_format Determine the format of an existing control directory
129 Function _show_location_info Show known locations for working, branch and repository.
138 Function _gather_related_branches Undocumented
152 Function _show_related_info Show parent and push location of branch.
161 Function _show_format_info Show known formats for control, working, branch and repository.
180 Function _show_locking_info Show locking status of working, branch and repository.
207 Function _show_missing_revisions_branch Show missing master revisions in branch.
220 Function _show_missing_revisions_working Show missing revisions in working tree.
239 Function _show_working_stats Show statistics about a working tree.
271 Function _show_branch_stats Show statistics about a branch.
294 Function _show_repository_info Show settings of a repository.
302 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(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 BzrLib, generated by pydoctor at 2008-11-20 00:00:10.