~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/codehosting/tests/helpers.py

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
        "Can only create branches for HOSTED branches: %r"
160
160
        % db_branch)
161
161
    branch_dir = os.path.join(
162
 
        config.codehosting.hosted_branches_root,
 
162
        config.codehosting.mirrored_branches_root,
163
163
        branch_id_to_path(db_branch.id))
164
164
    return create_branch_with_one_revision(branch_dir)
165
165