~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/diff.py

  • Committer: Ian Clatworthy
  • Date: 2009-03-28 02:10:54 UTC
  • mto: (4210.2.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 4211.
  • Revision ID: ian.clatworthy@canonical.com-20090328021054-k0v6og40li7mbg7n
reword 'ignoring files outside view' message

Show diffs side-by-side

added added

removed removed

Lines of Context:
367
367
            if view_files:
368
368
                specific_files = view_files
369
369
                view_str = views.view_display_str(view_files)
370
 
                note("*** ignoring files outside view: %s" % view_str)
 
370
                note("*** Ignoring files outside view. View is %s" % view_str)
371
371
 
372
372
    # Get extra trees that ought to be searched for file-ids
373
373
    extra_trees = None