/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 breezy/plugins/grep/grep.py

Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
429
429
    #                and hits manually refilled. Could do this again if it was
430
430
    #                for a good reason, otherwise cache might want purging.
431
431
    outputter = opts.outputter
432
 
    for fp, fc, fkind, fid, entry in tree.list_files(include_root=False,
433
 
                                                     from_dir=from_dir, recursive=opts.recursive):
 
432
    for fp, fc, fkind, entry in tree.list_files(
 
433
            include_root=False, from_dir=from_dir, recursive=opts.recursive):
434
434
 
435
435
        if _skip_file(opts.include, opts.exclude, fp):
436
436
            continue