135
111
for file in files[ 'unknown' ]:
137
112
full_file = os.path.join( self.dir, file )
138
113
if os.path.isfile( full_file ):
141
116
shutil.rmtree( full_file )
143
118
raise RuntimeError( 'exotic file in repo: %s' % file )
149
124
self.run( [ 'bzr', 'update', '-r', revno ] )