/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

Update references to home location.

Merged from https://code.launchpad.net/~jelmer/brz/homedir-location/+merge/363701

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: