~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: 2011-05-19 10:51:37 UTC
  • mfrom: (5891.1.3 api-docs)
  • Revision ID: pqm@pqm.ubuntu.com-20110519105137-amzagrral2ldm1lq
(spiv) Fix the formatting of more docstrings. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
             g
175
175
 
176
176
        The yield order (ignoring root) would be::
 
177
 
177
178
          a, f, a/b, a/d, a/b/c, a/d/e, f/g
178
179
 
179
180
        :param yield_parents: If True, yield the parents from the root leading
289
290
 
290
291
        :param file_id: The file_id of the file.
291
292
        :param path: The path of the file.
 
293
 
292
294
        If both file_id and path are supplied, an implementation may use
293
295
        either one.
294
296
        """
860
862
        None)
861
863
    :param trees: The trees to find file_ids within
862
864
    :param require_versioned: if true, all specified filenames must occur in
863
 
    at least one tree.
 
865
        at least one tree.
864
866
    :return: a set of file ids for the specified filenames and their children.
865
867
    """
866
868
    if not filenames: