-
Committer:
Marius Kruger
-
Date:
2007-04-16 01:00:20 UTC
-
mto:
This revision was merged to the branch mainline in
revision
2455.
-
Revision ID:
amanic@gmail.com-20070416010020-3jan8hje4qmbwdsh
* Add utility method delta.get_changes_as_text to get the output of .show()
as a string.
* Add new errors.BzrRemoveChangedFilesError to raise when 'bzr remove'
should refuse to delete stuff.
* Add workingtree.canicalpath(filename) to normalize file names.
* Changed the working of workingtree.remove(...) to check if any files
are changed before it starts deleting anything. Will raise exception
now if changed files are passed to be removed.
* workingtree_implementations/test_remove.py
- Checked all tests and add more cases.