-
Committer:
Marius Kruger
-
Date:
2007-05-06 01:47:14 UTC
-
mto:
(2605.1.1 rm-renamed)
-
mto:
This revision was merged to the branch mainline in
revision
2609.
-
Revision ID:
amanic@gmail.com-20070506014714-9vp1redn0760c8ra
* blackbox/test_remove
- bzr rm bogus_file does not throw an exception any more.
* workingtree_implementations/test_remove
- Surround = with spaces for Alexander.
- Split out _assertRemoveErrorContainsRe which uses
assertContainsRe, to check if the error is as expected.
- Use assertRaises to check if the correct exceptions are thrown.
- Use build_tree_contents to change file contents.
- update test_remove_renamed_files doc string
- add test_remove_renamed_changed_files
- workingtree.remove( ['bogus_file'] does not throw an exception any more.
* workingtree.remove
- Fix minor typo in doctring, accidentally introduced by me recently.
- Rather use _iter_changes to detect changes as suggested by Aaron.
This is more flexible and more correct.