~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/branch_implementations/__init__.py

New Branch.last_revision_info method, this is being done to allow
optimization of requests for both the number of revisions and the last
revision of a branch with smartservers and potentially future branch
formats. (Wouter van Heyst, Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
        'bzrlib.tests.branch_implementations.test_break_lock',
45
45
        'bzrlib.tests.branch_implementations.test_hooks',
46
46
        'bzrlib.tests.branch_implementations.test_http',
 
47
        'bzrlib.tests.branch_implementations.test_last_revision_info',
47
48
        'bzrlib.tests.branch_implementations.test_locking',
48
49
        'bzrlib.tests.branch_implementations.test_parent',
49
50
        'bzrlib.tests.branch_implementations.test_permissions',