~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/export/dir_exporter.py

  • Committer: Jamie Wilkinson
  • Date: 2005-12-29 03:26:31 UTC
  • mto: (1185.50.34 bzr-jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1536.
  • Revision ID: jaq@spacepants.org-20051229032631-adc1a9413791860f
convert tabs to 4-spaces

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        # .bzrignore has no meaning outside of a working tree
41
41
        # so do not export it
42
42
        if dp == ".bzrignore":
43
 
                        continue
44
 
                
 
43
            continue
 
44
        
45
45
        ie.put_on_disk(dest, dp, tree)
46
46