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

(jelmer) Add WorkingTreeFormat.supports_versioned_directories,
 RepositoryFormat.supports_versioned_directories. (Jelmer Vernooij)

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"