~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.py

  • Committer: Jelmer Vernooij
  • Date: 2011-06-28 11:29:03 UTC
  • mto: This revision was merged to the branch mainline in revision 5998.
  • Revision ID: jelmer@samba.org-20110628112903-3akdtjyi6ov3o2g7
Add WorkingTreeFormat.supports_versioned_directories attribute.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3016
3016
    missing_parent_conflicts = False
3017
3017
    """If this format supports missing parent conflicts."""
3018
3018
 
 
3019
    supports_versioned_directories = None
 
3020
 
3019
3021
    @classmethod
3020
3022
    def find_format_string(klass, a_bzrdir):
3021
3023
        """Return format name for the working tree object in a_bzrdir."""