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