1996
1997
class BzrRenameFailedError(BzrMoveFailedError):
2000
2002
def __init__(self, from_path, to_path, extra=None):
2001
2003
BzrMoveFailedError.__init__(self, from_path, to_path, extra)
2003
2006
class BzrRemoveChangedFilesError(BzrError):
2004
2007
"""Used when user is trying to remove changed files."""