/brz/remove-bazaar

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

Fix ftp transport so that it handles the 'mode' parameter when provided.

* ftp.py:
(FtpTransport.put_file, FtpTransport.mkdir,
FtpTransport._try_append): Use _setmode.
(FtpTransport._setmode): Fix implementation (parameters were
reversed and mode not converted).

* ftp_server.py:
(test_filesystem): New filesystem implementing chmod.
(test_authorizer.authorize): Use our filesystem when authorized.
(ftp_channel.cmd_site): Implement SITE CHOWN.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 3302.9.28 17 years ago Vincent Ladeuil merge bzr.dev 7.5 KB Diff Download File
test_fetch.py 3350.3.21 17 years ago Robert Collins Merge bzr.dev. 8.6 KB Diff Download File
test_interrepository.py 3350.3.21 17 years ago Robert Collins Merge bzr.dev. 10.2 KB Diff Download File