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

  • Committer: Jelmer Vernooij
  • Date: 2019-06-03 03:10:29 UTC
  • mfrom: (7312 work)
  • mto: This revision was merged to the branch mainline in revision 7318.
  • Revision ID: jelmer@jelmer.uk-20190603031029-b34je03bjulxxdwj
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
248
248
            # the combined pattern we sent to regex. Instead we indicate to
249
249
            # the user that an ignore file needs fixing.
250
250
            mutter('Invalid pattern found in regex: %s.', e.msg)
251
 
            e.msg = "File ~/.bazaar/ignore or .bzrignore contains error(s)."
 
251
            e.msg = (
 
252
                "File ~/.config/breezy/ignore or "
 
253
                ".bzrignore contains error(s).")
252
254
            bad_patterns = ''
253
255
            for _, patterns in self._regex_patterns:
254
256
                for p in patterns: