~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/get-branch-info

[r=wgrant][no-qa] Drop hosted_branches_root.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    if branch.url is not None:
43
43
        print 'External URL:', branch.url
44
44
    branch_path = branch_id_to_path(branch.id)
45
 
    if branch.branch_type == BranchType.HOSTED:
46
 
        hosted_path = join(
47
 
            config.codehosting.hosted_branches_root, branch_path)
48
 
        print 'Hosted copy:',  hosted_path
49
45
    mirrored_path = join(
50
46
        config.codehosting.mirrored_branches_root, branch_path)
51
47
    print 'Mirrored copy:', mirrored_path