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