~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/interfaces/branch.py

  • Committer: Michael Hudson
  • Date: 2009-05-13 05:36:08 UTC
  • mto: This revision was merged to the branch mainline in revision 8475.
  • Revision ID: michael.hudson@canonical.com-20090513053608-racxj33qv1097v81
bzr ls --versioned --recursive --kind=file | xargs sed -i -e 's,from canonical.codehosting,from lp.codehosting,'
bzr mv lib/canonical/codehosting lib/lp/codehosting
and one manual edit...

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
import re
47
47
 
48
48
# Ensure correct plugins are loaded. Do not delete this line.
49
 
import canonical.codehosting
 
49
import lp.codehosting
50
50
from bzrlib.branch import (
51
51
    BranchReferenceFormat, BzrBranchFormat4, BzrBranchFormat5,
52
52
    BzrBranchFormat6, BzrBranchFormat7)