/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/tests/per_repository/test_signatures.py

  • Committer: Jelmer Vernooij
  • Date: 2017-06-10 00:17:06 UTC
  • mto: (6670.4.8 move-bzr)
  • mto: This revision was merged to the branch mainline in revision 6681.
  • Revision ID: jelmer@jelmer.uk-20170610001706-xn6jiuev350246mr
Rename a number of attributes from bzrdir to controldir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
        #FIXME: clone should work to urls,
97
97
        # wt.clone should work to disks.
98
98
        self.build_tree(['target/'])
99
 
        d2 = repo.bzrdir.clone(urlutils.local_path_to_url('target'))
 
99
        d2 = repo.controldir.clone(urlutils.local_path_to_url('target'))
100
100
        self.assertEqual(repo.get_signature_text('A'),
101
101
                         d2.open_repository().get_signature_text('A'))
102
102