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