134
149
for file in files[ 'unknown' ]:
135
155
if the.verbose >= 2: print "removing (unknown): " + file
136
156
full_file = os.path.join( self.dir, file )
139
159
elif os.path.isdir( full_file ):
140
160
shutil.rmtree( full_file )
142
162
raise RuntimeError( 'exotic file in repo: %s' % file )
148
168
self.run( [ 'bzr', 'update', '-r', revno ] )