/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 bzrlib/diff.py

  • Committer: Martin Pool
  • Date: 2007-08-24 06:15:53 UTC
  • mfrom: (2743 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2779.
  • Revision ID: mbp@sourcefrog.net-20070824061553-6bou4l4e322qeufy
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
424
424
         text_modified, meta_modified) in delta.renamed:
425
425
        has_changes = 1
426
426
        prop_str = get_prop_change(meta_modified)
427
 
        print >>to_file, "=== renamed %s '%s' => %r%s" % (
 
427
        print >>to_file, "=== renamed %s '%s' => '%s'%s" % (
428
428
                    kind, old_path.encode('utf8'),
429
429
                    new_path.encode('utf8'), prop_str)
430
430
        old_name = '%s%s\t%s' % (old_label, old_path,