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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-01-19 23:00:12 UTC
  • mfrom: (5582.9.20 format-flags-2)
  • Revision ID: pqm@pqm.ubuntu.com-20110119230012-e23ge97fqrvej4b1
(jelmer) Various more fixes in preparation of moving the weave formats into
 a plugin. (Jelmer Vernooij)

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"