~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.py

  • Committer: Martin Pool
  • Date: 2011-01-20 23:07:25 UTC
  • mfrom: (5626 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5630.
  • Revision ID: mbp@canonical.com-20110120230725-12l7ltnko5x3fgnz
merge news

Show diffs side-by-side

added added

removed removed

Lines of Context:
2858
2858
 
2859
2859
    upgrade_recommended = False
2860
2860
 
 
2861
    requires_normalized_unicode_filenames = False
 
2862
 
2861
2863
    @classmethod
2862
2864
    def find_format(klass, a_bzrdir):
2863
2865
        """Return the format for the working tree object in a_bzrdir."""
2928
2930
 
2929
2931
    upgrade_recommended = True
2930
2932
 
 
2933
    requires_normalized_unicode_filenames = True
 
2934
 
2931
2935
    def get_format_description(self):
2932
2936
        """See WorkingTreeFormat.get_format_description()."""
2933
2937
        return "Working tree format 2"