~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2011-09-09 12:19:12 UTC
  • mto: This revision was merged to the branch mainline in revision 6129.
  • Revision ID: jelmer@samba.org-20110909121912-6sv2lngug52jjuc8
Move test_merge_directive to per_repository_vf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
        'test_has_revisions',
122
122
        'test_iter_reverse_revision_history',
123
123
        'test_locking',
124
 
        'test_merge_directive',
125
124
        'test_pack',
126
125
        'test_reconcile',
127
126
        'test_refresh_data',