~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/export/tar_exporter.py

  • Committer: Jelmer Vernooij
  • Date: 2011-03-13 21:30:33 UTC
  • mto: This revision was merged to the branch mainline in revision 5724.
  • Revision ID: jelmer@samba.org-20110313213033-ud9t11mm8e3idtti
Add test for per-file-timestamp zipfiles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    )
33
33
 
34
34
 
35
 
def export_tarball(tree, ball, root, subdir, filtered=False,
 
35
def export_tarball(tree, ball, root, subdir=None, filtered=False,
36
36
                   force_mtime=None):
37
37
    """Export tree contents to a tarball.
38
38