~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tree.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-02-06 19:35:45 UTC
  • mfrom: (1551.10.12 Aaron's mergeable stuff)
  • Revision ID: pqm@pqm.ubuntu.com-20070206193545-d5eac67ff047ce5c
Change status --short output to use ChangeReporter

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.