~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

`bzr remove` now just backs up changed files instead of annoying you

Show diffs side-by-side

added added

removed removed

Lines of Context:
1984
1984
        "Use --keep to not delete them, or --force to delete them regardless.")
1985
1985
 
1986
1986
    def __init__(self, tree_delta):
 
1987
        symbol_versioning.warn(symbol_versioning.deprecated_in((2, 2, 0)) %
 
1988
            "BzrRemoveChangedFilesError", DeprecationWarning, stacklevel=2)
1987
1989
        BzrError.__init__(self)
1988
1990
        self.changes_as_text = tree_delta.get_changes_as_text()
1989
1991
        #self.paths_as_string = '\n'.join(changed_files)