/brz/remove-bazaar

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

  • Committer: Martin Pool
  • Date: 2006-06-15 05:36:34 UTC
  • Revision ID: mbp@sourcefrog.net-20060615053634-4fd52ba691855659
Clean up many exception classes.

Errors indicating a user error are now shown with is_user_error on the
exception; use this rather than hardcoding a list of exceptions that should be
handled this way.

Exceptions now inherit from BzrNewException where possible to use consistent
formatting method.

Remove rather obsolete docstring test on Branch.missing_revisions.

Remove dead code from find_merge_base.


Filename Latest Rev Last Changed Committer Comment Size
..
old 1185.82.3 19 years ago John Arbash Meinel Working on creating a factor for serializing chang Diff
serializer 1185.82.3 19 years ago John Arbash Meinel Working on creating a factor for serializing chang Diff
__init__.py 1185.82.78 19 years ago Aaron Bentley Cleanups Empty Diff Download File
apply_bundle.py 1185.82.130 19 years ago Aaron Bentley Rename changesets to revision bundles 1.9 KB Diff Download File
commands.py 1185.82.130 19 years ago Aaron Bentley Rename changesets to revision bundles 5.4 KB Diff Download File
common.py 1185.82.130 19 years ago Aaron Bentley Rename changesets to revision bundles 3.4 KB Diff Download File
read_bundle.py 1185.82.131 19 years ago Aaron Bentley Move BadBundle error (and subclasses) to errors.py 34.5 KB Diff Download File