/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

Merge from bzr.dev.

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,