~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Ian Clatworthy
  • Date: 2009-03-28 03:02:30 UTC
  • mfrom: (4210.1.1 views.ui-tweak)
  • mto: This revision was merged to the branch mainline in revision 4211.
  • Revision ID: ian.clatworthy@canonical.com-20090328030230-qrl0q5yonpiq06h1
Improved message when filtered view in operation (Ian Clatworthy)

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
            if view_files:
96
96
                file_list = view_files
97
97
                view_str = views.view_display_str(view_files)
98
 
                note("ignoring files outside view: %s" % view_str)
 
98
                note("Ignoring files outside view. View is %s" % view_str)
99
99
    return tree, file_list
100
100
 
101
101
 
151
151
            if view_files:
152
152
                file_list = view_files
153
153
                view_str = views.view_display_str(view_files)
154
 
                note("ignoring files outside view: %s" % view_str)
 
154
                note("Ignoring files outside view. View is %s" % view_str)
155
155
        return tree, file_list
156
156
    tree = WorkingTree.open_containing(osutils.realpath(file_list[0]))[0]
157
157
    return tree, safe_relpath_files(tree, file_list, canonicalize,
2343
2343
            if view_files:
2344
2344
                apply_view = True
2345
2345
                view_str = views.view_display_str(view_files)
2346
 
                note("ignoring files outside view: %s" % view_str)
 
2346
                note("Ignoring files outside view. View is %s" % view_str)
2347
2347
 
2348
2348
        tree.lock_read()
2349
2349
        try: