~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/inventory.py

  • Committer: Blake Winton
  • Date: 2007-10-16 17:37:43 UTC
  • mto: This revision was merged to the branch mainline in revision 2921.
  • Revision ID: bwinton@latte.ca-20071016173743-rbozxk906e8cbm9x
Implemented suggestions from John Arbash Meinel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
636
636
                label_pair = (to_label, from_label)
637
637
            else:
638
638
                label_pair = (from_label, to_label)
639
 
            output_to.write(\
 
639
            output_to.write(
640
640
                  ("Binary files %s and %s differ\n" % label_pair).encode('utf8'))
641
641
 
642
642
    def has_text(self):