~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Robert Collins
  • Date: 2009-02-27 01:02:40 UTC
  • mto: This revision was merged to the branch mainline in revision 4060.
  • Revision ID: robertc@robertcollins.net-20090227010240-35dzaxn8bah0razi
Move the fetch control attributes from Repository to RepositoryFormat.

Show diffs side-by-side

added added

removed removed

Lines of Context:
419
419
        self.assertEqual(
420
420
            ['BzrDir.open',
421
421
             'BzrDir.open_branch',
422
 
             'BzrDir.find_repositoryV2',
 
422
             'BzrDir.find_repositoryV3',
423
423
             'Branch.get_stacked_on_url',
424
424
             'Branch.lock_write',
425
425
             'Branch.last_revision_info',