/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/tree.py

Use new-style output for status

Show diffs side-by-side

added added

removed removed

Lines of Context:
347
347
    All matches in all trees will be used, and all children of matched
348
348
    directories will be used.
349
349
 
350
 
    :param filenames: The filenames to find file_ids for
 
350
    :param filenames: The filenames to find file_ids for (if None, returns
 
351
        None)
351
352
    :param trees: The trees to find file_ids within
352
353
    :param require_versioned: if true, all specified filenames must occur in
353
354
    at least one tree.