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