/brz/remove-bazaar

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

  • Committer: Martin Pool
  • Date: 2007-10-03 08:06:44 UTC
  • Revision ID: mbp@sourcefrog.net-20071003080644-oivy0gkg98sex0ed
Avoid internal error tracebacks on failure to lock on readonly transport (#129701).

Add new LockFailed, which doesn't imply that we failed to get it because of
contention.  Raise this if we fail to create the pending or lock directories
because of Transport errors.

UnlockableTransport is not an internal error.

ReadOnlyLockError has a message which didn't match its name or usage; it's now
deprecated and callers are updated to use LockFailed which is more appropriate.

Add zero_ninetytwo deprecation symbol.

Unify assertMatchesRe with TestCase.assertContainsRe.

When the constructor is deprecated, just say that the class is deprecated, not
the __init__ method - this works better with applyDeprecated in tests.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 2696.3.9 18 years ago Martin Pool merge trunk 5.8 KB Diff Download File
test_break_lock.py 2052.3.2 19 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 2.2 KB Diff Download File
test_commit_builder.py 2849 18 years ago Canonical.com Patch Queue Manager (robertc) Various test fixes and tweaks for packs. 20.2 KB Diff Download File
test_fetch.py 2818.4.1 18 years ago Robert Collins Various test fixes and tweaks for packs. 4.2 KB Diff Download File
test_fileid_involved.py 2670.1.1 18 years ago Robert Collins Remove the use of file_ids with spaces in the file 12.1 KB Diff Download File
test_has_same_location.py 2671.1.5 18 years ago Andrew Bennetts Move has_same_location tests to a new file. 5.1 KB Diff Download File
test_iter_reverse_revision_history.py 2255.2.234 18 years ago Robert Collins Merge bzr.dev. 5.8 KB Diff Download File
test_pack.py 2604.2.1 18 years ago Robert Collins (robertc) Introduce a pack command. 1016 bytes Diff Download File
test_reconcile.py 2743 18 years ago Canonical.com Patch Queue Manager (robertc) Add a private repository attribute to te 16.6 KB Diff Download File
test_repository.py 2818.4.1 18 years ago Robert Collins Various test fixes and tweaks for packs. 29.5 KB Diff Download File
test_revision.py 1913.1.5 19 years ago John Arbash Meinel fix test name 4.3 KB Diff Download File
test_statistics.py 2258.1.2 18 years ago Robert Collins New version of gather_stats which gathers aggregat 3.7 KB Diff Download File
test_write_group.py 2617.6.2 18 years ago Robert Collins Add abort_write_group and wire write_groups into f 3.5 KB Diff Download File