1923
1918
class CantMoveRoot(BzrError):
1925
1920
_fmt = "Moving the root directory is not supported at this time"
1928
1923
class TransformRenameFailed(BzrError):
1930
1925
_fmt = "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
1932
1927
def __init__(self, from_path, to_path, why, errno):
1933
1928
self.from_path = from_path