/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

  • Committer: Martin Pool
  • Date: 2011-06-28 17:25:26 UTC
  • mfrom: (5999 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6001.
  • Revision ID: mbp@canonical.com-20110628172526-10cok2s17dvw7x62
merge news

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"