/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: 2009-03-28 05:37:24 UTC
  • mfrom: (4210.2.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090328053724-souztdxo868gjo3q
Improved message when filtered view in operation (Ian Clatworthy)

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