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

  • Committer: Jelmer Vernooij
  • Date: 2018-03-08 02:27:22 UTC
  • mfrom: (6883 work)
  • mto: This revision was merged to the branch mainline in revision 6916.
  • Revision ID: jelmer@jelmer.uk-20180308022722-clmlvwtg6s1dc1m7
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
from __future__ import absolute_import
20
20
 
 
21
import breezy
 
22
 
21
23
from ... import (
22
24
    conflicts as _mod_conflicts,
23
25
    errors,
65
67
 
66
68
    supports_versioned_directories = True
67
69
 
 
70
    ignore_filename = '.bzrignore'
 
71
 
68
72
    def get_format_description(self):
69
73
        """See WorkingTreeFormat.get_format_description()."""
70
74
        return "Working tree format 2"