/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/blackbox/test_pack.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:
71
71
        """Ensure --clean-obsolete-packs removes obsolete pack files
72
72
        """
73
73
        wt = self.make_branch_and_tree('.')
74
 
        t = wt.branch.repository.bzrdir.transport
 
74
        t = wt.branch.repository.controldir.transport
75
75
 
76
76
        # do multiple commits to ensure that obsolete packs are created
77
77
        # by 'brz pack'