757
757
"""Generate the limbo name of a file"""
758
758
return pathjoin(self._limbodir, trans_id)
761
761
"""Perform tree operations that remove directory/inventory names.
763
763
That is, delete files that are to be deleted, and put any files that
764
764
need renaming into limbo. This must be done in strict child-to-parent
768
767
tree_paths = list(self._tree_path_ids.iteritems())
769
768
tree_paths.sort(reverse=True)
770
769
child_pb = bzrlib.ui.ui_factory.nested_progress_bar()