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