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