~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugins/weave_fmt/workingtree.py

  • Committer: Jelmer Vernooij
  • Date: 2011-01-14 01:40:03 UTC
  • mto: (5582.12.2 weave-plugin)
  • mto: This revision was merged to the branch mainline in revision 5718.
  • Revision ID: jelmer@samba.org-20110114014003-io6mp64gymnygw0x
Add mechanism for running per_workingtree/per_tree tests against a custom format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
            return self._control_files.unlock()
175
175
        finally:
176
176
            self.branch.unlock()
177
 
 
178
 
 
179
 
 
180
 
 
181
 
# formats which have no format string are not discoverable
182
 
# and not independently creatable, so are not registered.
183
 
_legacy_formats = [WorkingTreeFormat2()]