2728
2714
class _RenameEntry(object):
2729
2715
def __init__(self, from_rel, from_id, from_tail, from_parent_id,
2730
to_rel, to_tail, to_parent_id, only_change_inv=False):
2716
to_rel, to_tail, to_parent_id, only_change_inv=False,
2733
2720
self.from_tail = from_tail