2006
1984
class BzrRenameFailedError(BzrMoveFailedError):
2011
1988
def __init__(self, from_path, to_path, extra=None):
2012
1989
BzrMoveFailedError.__init__(self, from_path, to_path, extra)
2015
1991
class BzrRemoveChangedFilesError(BzrError):
2016
1992
"""Used when user is trying to remove changed files."""