~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/model/tests/test_branchjob.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:
19
19
    BzrDir,
20
20
    BzrDirMetaFormat1,
21
21
    )
22
 
from bzrlib.repofmt.pack_repo import RepositoryFormatKnitPack6
 
22
from bzrlib.repofmt.knitpack_repo import RepositoryFormatKnitPack6
23
23
from bzrlib.revision import NULL_REVISION
24
24
from bzrlib.transport import get_transport
25
25
import pytz