~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/branch-rewrite.py

Merged fix-retest-colorize into redo-read-only-transactions-in-buildmaster, resolving several import conflicts.

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
 
15
17
import os
16
18
import sys
17
19
 
18
 
import _pythonpath
19
 
 
20
 
from canonical.config import config
21
 
from lp.services.database.lpstorm import ISlaveStore
22
20
from lp.code.model.branch import Branch
23
21
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,