~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Max Bowsher
  • Date: 2012-08-08 11:44:19 UTC
  • mfrom: (6552 +trunk)
  • mto: (6581.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 6582.
  • Revision ID: _@maxb.eu-20120808114419-hes7at3ihv3mwi16
MergeĀ lp:bzr

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
"""
26
26
 
27
27
from bzrlib import (
28
 
    bzrdir,
29
28
    repository,
30
29
    )
31
30
from bzrlib.remote import RemoteRepositoryFormat
121
120
        'test_get_parent_map',
122
121
        'test_has_same_location',
123
122
        'test_has_revisions',
124
 
        'test_iter_reverse_revision_history',
125
123
        'test_locking',
126
124
        'test_pack',
127
125
        'test_reconcile',