1236
1239
entries from _limbo_files, because they are now stale.
1238
1241
for trans_id in trans_ids:
1240
1245
if trans_id not in self._new_contents:
1242
1247
new_path = self._limbo_name(trans_id)
1243
1248
os.rename(old_path, new_path)
1244
1250
for descendant in self._limbo_descendants(trans_id):
1245
1251
desc_path = self._limbo_files[descendant]
1246
1252
desc_path = new_path + desc_path[len(old_path):]