~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_knit.py

  • Committer: Jelmer Vernooij
  • Date: 2011-04-15 11:26:00 UTC
  • mfrom: (5757.7.7 knitpackrepo-6)
  • mto: This revision was merged to the branch mainline in revision 5801.
  • Revision ID: jelmer@samba.org-20110415112600-vrv2431lh3gi6wx2
MergeĀ knitpackrepo-6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    make_file_factory,
48
48
    )
49
49
from bzrlib.patiencediff import PatienceSequenceMatcher
50
 
from bzrlib.repofmt import knitpack_repo, pack_repo
 
50
from bzrlib.repofmt import (
 
51
    knitpack_repo,
 
52
    pack_repo,
 
53
    )
51
54
from bzrlib.tests import (
52
55
    TestCase,
53
56
    TestCaseWithMemoryTransport,