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

  • Committer: Jelmer Vernooij
  • Date: 2019-03-04 01:44:35 UTC
  • mto: This revision was merged to the branch mainline in revision 7318.
  • Revision ID: jelmer@jelmer.uk-20190304014435-7oxfu3de29rqh5bm
Fix more tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
712
712
                    reporter.missing(new_path)
713
713
                if change[6][0] == 'symlink' and not self.work_tree.supports_symlinks():
714
714
                    trace.warning('Ignoring "%s" as symlinks are not '
715
 
                                  'supported on this platform.' % (change[1][0],))
 
715
                                  'supported on this filesystem.' % (change[1][0],))
716
716
                    continue
717
717
                deleted_paths.append(change[1][1])
718
718
                # Reset the new path (None) and new versioned flag (False)