102
103
"""Returns a list of files and directories in full_dir, specified as relative
103
104
files (relative to full_dir), breadth first.
107
if rel_file in { '.bzr', '.bzrignore', '.stdhome', '.stdhomerc' }:
111
if rel_file in [ '.bzr', '.bzrignore', '.stdhome', '.stdhomerc' ]:
110
114
full_file = os.path.join( full_dir, rel_file )