25
26
from bzrlib import errors, export, osutils
26
27
from bzrlib.export import _export_iter_entries
27
32
from bzrlib.trace import mutter
30
def tar_exporter(tree, dest, root, subdir, compression=None):
35
def tar_exporter(tree, dest, root, subdir, compression=None, filtered=False):
31
36
"""Export this tree to a new tar file.
33
38
`dest` will be created holding the contents of this tree; if it