/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/plugins/weave_fmt/workingtree.py

  • Committer: Jelmer Vernooij
  • Date: 2017-08-09 23:17:39 UTC
  • mfrom: (6746.2.1 trunk)
  • Revision ID: jelmer@jelmer.uk-20170809231739-zaxynffd6oeo6ehe
Merge lp:~jelmer/brz/matchingbzrdir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
    def __init__(self):
125
125
        super(WorkingTreeFormat2, self).__init__()
126
126
        from breezy.plugins.weave_fmt.bzrdir import BzrDirFormat6
127
 
        self._matchingbzrdir = BzrDirFormat6()
 
127
        self._matchingcontroldir = BzrDirFormat6()
128
128
 
129
129
    def open(self, a_controldir, _found=False):
130
130
        """Return the WorkingTree object for a_controldir