~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/check.py

  • Committer: Daniel Watkins
  • Date: 2008-03-03 11:02:19 UTC
  • mto: This revision was merged to the branch mainline in revision 3583.
  • Revision ID: d.m.watkins@warwick.ac.uk-20080303110219-gc404v9hk5nwhjf1
Made UI changes to include CLI options.

Show diffs side-by-side

added added

removed removed

Lines of Context:
300
300
    return tree, repo, branch
301
301
 
302
302
 
303
 
def check_dwim(path, verbose):
 
303
def check_dwim(path, verbose, do_branch=True, do_repo=True, do_tree=True):
304
304
    tree, repo, branch = _get_elements(path)
305
305
 
306
306
    if tree is not None: