/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: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-03-06 00:20:46 UTC
  • mfrom: (6876.4.1 bzrignore)
  • Revision ID: breezy.the.bot@gmail.com-20180306002046-h5y2pw0dr990z3d2
Add a WorkingTreeFormat flag for the ignore pattern filename.

Merged from https://code.launchpad.net/~jelmer/brz/bzrignore/+merge/340633

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"