~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/diff.py

(jr) Add gettext() to uses of note() (Jonathan Riddell)

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