~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tree.py

  • Committer: Jelmer Vernooij
  • Date: 2011-05-16 13:39:39 UTC
  • mto: (5923.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 5925.
  • Revision ID: jelmer@samba.org-20110516133939-8u1pc9utas3uw1lt
Require a unicode prompt to be passed into all methods that prompt.

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