/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/upload/cmds.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2019-09-21 23:20:40 UTC
  • mfrom: (7358.17.5 delta-copied)
  • Revision ID: breezy.the.bot@gmail.com-20190921232040-cwtsza0dr40yeqf8
Add TreeDelta.copied and TreeChange.copied fields.

Merged from https://code.launchpad.net/~jelmer/brz/delta-copied/+merge/369485

Show diffs side-by-side

added added

removed removed

Lines of Context:
414
414
                else:
415
415
                    raise NotImplementedError
416
416
 
417
 
            for change in changes.added:
 
417
            for change in changes.added + changes.copied:
418
418
                if self.is_ignored(change.path[1]):
419
419
                    if not self.quiet:
420
420
                        self.outf.write('Ignoring %s\n' % change.path[1])