~nmb/bzr-colo/colo-in-core

« back to all changes in this revision

Viewing changes to commands.py

  • Committer: Neil Martinsen-Burrell
  • Date: 2011-05-06 02:21:15 UTC
  • mfrom: (107.1.6 hide-branch-status)
  • Revision ID: nmb@wartburg.edu-20110506022115-amb4g0zfpam699yh
Hide branches based on the option bzr.branch.status

Show diffs side-by-side

added added

removed removed

Lines of Context:
223
223
    If the current directory is a working tree pointing to one of the branches,
224
224
    that branch is marked with a "*".
225
225
 
226
 
    Branches whose names start with a period are not shown unless the "--all"
227
 
    option is given.
 
226
    Branches whose names start with a period or that have the option 
 
227
    branch_status=inactive are not shown unless the "--all" option is given.
228
228
    """
229
229
 
230
230
    takes_options = [option.Option('all',