/brz/remove-bazaar

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

Fix minor 2.4 compatibility bug.

* tests/test_upload.py:
(UploadUtilsMixin.assertUpPathModeEqual): Update comment.

* __init__.py:
(CannotUploadToWorkingTreeError): Fix 2.4 compatibility
issue (StandardError, the grand-mother class was a type not an
object in 2.4, so we can't us super() here). Besides, BzrError
already provides facilities that doesn't require to redefine
__init__, keyword arguments can be used in _fmt as long as they
are passed as keyword arguments at construction time.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 0.155.3 17 years ago James Westby Add some tests for the hook, rename the option to 1.1 KB Diff Download File
test_auto_upload_hook.py 0.155.3 17 years ago James Westby Add some tests for the hook, rename the option to 3.1 KB Diff Download File
test_upload.py 0.152.57 17 years ago Vincent Ladeuil Fix minor 2.4 compatibility bug. * tests/test_upl 21.5 KB Diff Download File