~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/check.py

  • Committer: Daniel Watkins
  • Date: 2008-07-02 14:15:54 UTC
  • mto: This revision was merged to the branch mainline in revision 3583.
  • Revision ID: d.m.watkins@warwick.ac.uk-20080702141554-5kfyt0ws7elvjyhr
Fixed long line.

Show diffs side-by-side

added added

removed removed

Lines of Context:
270
270
 
271
271
 
272
272
def check_dwim(path, verbose, do_branch=False, do_repo=False, do_tree=False):
273
 
    tree, branch, repo, relpath = BzrDir.open_containing_tree_branch_or_repository(path)
 
273
    tree, branch, repo, relpath = \
 
274
                        BzrDir.open_containing_tree_branch_or_repository(path)
274
275
 
275
276
    if do_tree:
276
277
        if tree is not None: