~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_upgrade.py

Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
import bzrlib.ui as ui
31
31
from bzrlib.repofmt.knitrepo import (
32
32
    RepositoryFormatKnit1,
33
 
    RepositoryFormatKnit2,
34
33
    )
35
34
 
36
35