/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
..
tests 0.154.1 17 years ago Vincent Ladeuil Create a simple setup.py and rework tests modules Diff
__init__.py 0.152.57 17 years ago Vincent Ladeuil Fix minor 2.4 compatibility bug. * tests/test_upl 16.1 KB Diff Download File
auto_upload_hook.py 0.155.3 17 years ago James Westby Add some tests for the hook, rename the option to 1.6 KB Diff Download File
COPYING.txt 0.152.37 17 years ago Martin Albisetti Added GPL 17.5 KB Diff Download File
NEWS 0.152.56 17 years ago Vincent Ladeuil Small tweaks including doc fix (#275538). * tests 427 bytes Diff Download File
README 0.158.24 17 years ago Vincent Ladeuil Tweak Gary's tweaks :) * README: Additional twea 2.6 KB Diff Download File
setup.py 0.152.49 17 years ago Vincent Ladeuil Fix typo. * setup.py: Add missing ','. 1.7 KB Diff Download File