Comment 1 for bug 2060657

Revision history for this message
dvp (dvp) wrote : Re: add . don't add files un subdirs

update: breezy ignore new files only in subdirs with .git present:

projectdir/
  subdir1/
    .git/
    newfile1
  subdir2/
    newfile2

bzr st output:
unknown:
  subdir1/newfile1
  subdir2/newfile2

bzr add output:
adding subdir2/newfile2