~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/branch-rewrite.py

  • Committer: Ian Booth
  • Date: 2011-12-23 13:48:28 UTC
  • mto: This revision was merged to the branch mainline in revision 14595.
  • Revision ID: ian.booth@canonical.com-20111223134828-i6tlk56o433bstng
Write tests to ensure limited view permission for teams works with the API

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
lp.codehosting.rewrite.BranchRewriter for the logic of the rewritemap.
13
13
"""
14
14
 
15
 
import _pythonpath
16
 
 
17
15
import os
18
16
import sys
19
17
 
 
18
import _pythonpath
 
19
 
 
20
from canonical.config import config
 
21
from lp.services.database.lpstorm import ISlaveStore
20
22
from lp.code.model.branch import Branch
21
23
from lp.codehosting.rewrite import BranchRewriter
22
 
from lp.services.config import config
23
 
from lp.services.database.lpstorm import ISlaveStore
24
24
from lp.services.log.loglevels import (
25
25
    INFO,
26
26
    WARNING,