91
92
elif self.type == '_': return 'missing'
97
103
"""Returns a list of files and directories in full_dir, specified as relative
98
104
files (relative to full_dir), breadth first.
102
if rel_file in { '.bzr', '.bzrignore', '.stdhome', '.stdhomerc' }:
111
if rel_file in [ '.bzr', '.bzrignore', '.stdhome', '.stdhomerc' ]:
105
114
full_file = os.path.join( full_dir, rel_file )