/brz/remove-bazaar

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

  • Committer: Martin Pool
  • Date: 2008-04-24 07:22:53 UTC
  • Revision ID: mbp@sourcefrog.net-20080424072253-opmjij7xfy38w27f
Remove every assert statement from bzrlib!

Depending on the context they are:

 * turned into an explicit if/raise of either AssertionError 
   or something more specific -- particularly where they protect
   programming interfaces, complex invariants, or data file integrity
 * removed, if they're redundant with a later check, not protecting
   a meaningful invariant
 * turned into a selftest method on tests
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 2777.4.1 18 years ago Andrew Bennetts Move HPSS protocol description from bzrlib.smart d 4.5 KB Diff Download File
branch.py 3297.4.3 17 years ago Andrew Bennetts Add more tests, handle NoSuchRevision in case the 6.8 KB Diff Download File
bzrdir.py 2692.1.24 17 years ago Andrew Bennetts Merge from bzr.dev. 6.3 KB Diff Download File
client.py 3245.3.4 17 years ago Andrew Bennetts Merge from bzr.dev. 4.1 KB Diff Download File
medium.py 3376.2.4 17 years ago Martin Pool Remove every assert statement from bzrlib! Depend 24.2 KB Diff Download File
protocol.py 3376.2.4 17 years ago Martin Pool Remove every assert statement from bzrlib! Depend 25.9 KB Diff Download File
repository.py 3376.2.4 17 years ago Martin Pool Remove every assert statement from bzrlib! Depend 18.4 KB Diff Download File
request.py 3376.2.4 17 years ago Martin Pool Remove every assert statement from bzrlib! Depend 16.5 KB Diff Download File
server.py 3376.2.4 17 years ago Martin Pool Remove every assert statement from bzrlib! Depend 10.8 KB Diff Download File
vfs.py 2692.1.17 17 years ago Andrew Bennetts Merge from bzr.dev. 7.3 KB Diff Download File