~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/diff.py

  • Committer: Patch Queue Manager
  • Date: 2011-10-06 10:15:06 UTC
  • mfrom: (6195.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20111006101506-mychax14dy7yjee2
(vila) Tag bzr-2.5b2 missed during freeze (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    )
40
40
 
41
41
from bzrlib.workingtree import WorkingTree
 
42
from bzrlib.i18n import gettext
42
43
""")
43
44
 
44
45
from bzrlib.registry import (
393
394
            if view_files:
394
395
                specific_files = view_files
395
396
                view_str = views.view_display_str(view_files)
396
 
                note("*** Ignoring files outside view. View is %s" % view_str)
 
397
                note(gettext("*** Ignoring files outside view. View is %s") % view_str)
397
398
 
398
399
    # Get extra trees that ought to be searched for file-ids
399
400
    extra_trees = None