/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/git/workingtree.py

  • Committer: Jelmer Vernooij
  • Date: 2019-02-05 04:00:02 UTC
  • mto: This revision was merged to the branch mainline in revision 7281.
  • Revision ID: jelmer@jelmer.uk-20190205040002-ndgkx17tef7uhdg8
Cope with non-utf8 characters.

Show diffs side-by-side

added added

removed removed

Lines of Context:
539
539
                if self.mapping.is_special_file(name):
540
540
                    continue
541
541
                if self.controldir.is_control_filename(
542
 
                    name.decode(osutils._fs_enc)):
 
542
                        name.decode(osutils._fs_enc, 'replace')):
543
543
                    continue
544
544
                yp = os.path.join(dir_relpath, name)
545
545
                try: