~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/check.py

  • Committer: Martin Pool
  • Date: 2010-04-21 11:27:04 UTC
  • mto: This revision was merged to the branch mainline in revision 5189.
  • Revision ID: mbp@canonical.com-20100421112704-zijso22b6pdevrxy
Simplify various code to use user_url

Show diffs side-by-side

added added

removed removed

Lines of Context:
451
451
            if do_repo or do_branch or do_tree:
452
452
                if do_repo:
453
453
                    note("Checking repository at '%s'."
454
 
                         % (repo.bzrdir.root_transport.base,))
 
454
                         % (repo.user_url,))
455
455
                result = repo.check(None, callback_refs=needed_refs,
456
456
                    check_repo=do_repo)
457
457
                result.report_results(verbose)