~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_repository/test_commit_builder.py

Merge with get_file_sha1

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    tests,
31
31
    )
32
32
from bzrlib.graph import Graph
33
 
from bzrlib.tests.repository_implementations import test_repository
 
33
from bzrlib.tests.per_repository import test_repository
34
34
 
35
35
 
36
36
class TestCommitBuilder(test_repository.TestCaseWithRepository):