~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/modified-branches.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:
9
9
 
10
10
import _pythonpath
11
11
 
12
 
from canonical.codehosting.scripts.modifiedbranches import (
 
12
from lp.codehosting.scripts.modifiedbranches import (
13
13
    ModifiedBranchesScript)
14
14
 
15
15