766
766
bailout("destination %r is not a directory" % to_abs)
767
767
if not tree.has_filename(to_name):
769
769
to_dir_id = inv.path2id(to_name)
770
770
if to_dir_id == None and to_name != '':
771
771
bailout("destination %r is not a versioned directory" % to_name)
772
772
to_dir_ie = inv[to_dir_id]
776
776
to_idpath = Set(inv.get_idpath(to_dir_id))