/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: Canonical.com Patch Queue Manager
  • Date: 2007-08-21 17:50:54 UTC
  • mfrom: (2725.2.1 bzr-bug-diff)
  • Revision ID: pqm@pqm.ubuntu.com-20070821175054-6pcl32ipl9eopnqw
Fix unicode handling in diff (Goffredo Baroncelli)

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,