~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/branch-rewrite.py

  • Committer: William Grant
  • Date: 2012-01-01 03:13:08 UTC
  • mto: This revision was merged to the branch mainline in revision 14614.
  • Revision ID: william.grant@canonical.com-20120101031308-ozhin5aaoxj5th20
scripts

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 lp.code.model.branch import Branch
 
21
from lp.codehosting.rewrite import BranchRewriter
20
22
from lp.services.config import config
21
23
from lp.services.database.lpstorm import ISlaveStore
22
 
from lp.code.model.branch import Branch
23
 
from lp.codehosting.rewrite import BranchRewriter
24
24
from lp.services.log.loglevels import (
25
25
    INFO,
26
26
    WARNING,