~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-05-05 08:29:29 UTC
  • mfrom: (1697.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060505082929-a037ee137f1ff240
Merge break-lock command.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    test_branch_implementations = [
42
42
        'bzrlib.tests.branch_implementations.test_bound_sftp',
43
43
        'bzrlib.tests.branch_implementations.test_branch',
 
44
        'bzrlib.tests.branch_implementations.test_break_lock',
44
45
        'bzrlib.tests.branch_implementations.test_parent',
45
46
        'bzrlib.tests.branch_implementations.test_permissions',
46
47
        'bzrlib.tests.branch_implementations.test_pull',