~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Move all features to bzrlib.tests.features in 2.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
 
56
56
    missing_parent_conflicts = False
57
57
 
 
58
    supports_versioned_directories = True
 
59
 
58
60
    def get_format_description(self):
59
61
        """See WorkingTreeFormat.get_format_description()."""
60
62
        return "Working tree format 2"