~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-08-20 11:10:10 UTC
  • mfrom: (5384.1.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100820111010-xwracendg19hytgt
(vila) `bzr remove` now just backs up changed files instead of
        annoying you (Marius Kruger)

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, 3, 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)