~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/export/__init__.py

Updated docstring.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
    
68
68
def get_export_generator(tree, dest=None, format=None, root=None, subdir=None,
69
69
                          filtered=False, per_file_timestamps=False, fileobj=None):
70
 
    """Returns a generator that exports the given Tree to the specific destination.
 
70
    """Returns a generator that exports the given tree to the specific destination.
 
71
    
 
72
    The generator is expected to yield None while exporting the tree
71
73
 
72
74
    :param tree: A Tree (such as RevisionTree) to export
73
75
    :param dest: The destination where the files,etc should be put