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