~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/codehosting/puller/worker.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-01 20:32:35 UTC
  • mfrom: (13261.7.23 bzr-2.4b4)
  • Revision ID: launchpad@pqm.canonical.com-20110901203235-gjkcaa4llvi4q856
[r=gmb][bug=301472] Update bzr to version 2.4.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
import sys
9
9
import urllib2
10
10
 
 
11
import lp.codehosting # to load bzr plugins
 
12
 
11
13
from bzrlib import (
12
14
    errors,
13
15
    urlutils,
14
16
    )
15
 
from bzrlib.branch import (
16
 
    Branch,
17
 
    BzrBranchFormat4,
18
 
    )
 
17
from bzrlib.branch import Branch
19
18
from bzrlib.bzrdir import BzrDir
20
19
from bzrlib.plugins.loom.branch import LoomSupport
21
 
from bzrlib.repofmt.weaverepo import (
 
20
from bzrlib.plugins.weave_fmt.branch import BzrBranchFormat4
 
21
from bzrlib.plugins.weave_fmt.repository import (
22
22
    RepositoryFormat4,
23
23
    RepositoryFormat5,
24
24
    RepositoryFormat6,