403
400
def rename(self, rel_from, rel_to):
404
401
path_from = self._abspath(rel_from)
407
403
# *don't* call bzrlib.osutils.rename, because we want to
411
406
except (IOError, OSError),e:
412
407
# TODO: What about path_to?
413
408
self._translate_error(e, path_from)