/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

Handle deletions. Robust implementation.

* test_upload.py:
(TestIncrementalUpload.test_delete_dir_and_subdir,
TestIncrementalUpload.test_delete_one_file_rename_to_deleted,
TestIncrementalUpload.test_rename_outside_dir_delete_dir): Make
the trivial deletion fails.

* __init__.py:
Use lazy_import.
(cmd_upload.delete_remote_file, cmd_upload.delete_remote_dir,
cmd_upload.delete_remote_dir_maybe, cmd_upload.finish_deletions):
Better deletion handling.
(cmd_upload.upload_tree): Handle dir deletions.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 0.152.18 17 years ago Vincent Ladeuil Handle deletions. Robust implementation. * test_u 10.1 KB Diff Download File
test_upload.py 0.152.18 17 years ago Vincent Ladeuil Handle deletions. Robust implementation. * test_u 12.3 KB Diff Download File