~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/export/zip_exporter.py

MergeĀ fromĀ jam-integration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
    try:
41
41
        for dp, ie in inv.iter_entries():
 
42
            # .bzrignore has no meaning outside of a working tree
 
43
            # so do not export it
 
44
            if dp == ".bzrignore":
 
45
                continue
42
46
 
43
47
            file_id = ie.file_id
44
48
            mutter("  export {%s} kind %s to %s", file_id, ie.kind, dest)