/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

  • Committer: Robert Collins
  • Date: 2007-02-06 23:53:30 UTC
  • mfrom: (2268 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2274.
  • Revision ID: robertc@robertcollins.net-20070206235330-2sy67ccuq0ksubqa
Merge HEAD.

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.