~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
    requires_normalized_unicode_filenames = True
53
53
 
 
54
    case_sensitive_filename = "Branch-FoRMaT"
 
55
 
 
56
    missing_parent_conflicts = False
 
57
 
54
58
    def get_format_description(self):
55
59
        """See WorkingTreeFormat.get_format_description()."""
56
60
        return "Working tree format 2"