/brz/remove-bazaar

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

« back to all changes in this revision

Viewing changes to errors.py

Fix branch cloning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
"""A grouping of Exceptions for bzr-git"""
18
18
 
19
19
from bzrlib import errors as bzr_errors
 
20
from dulwich import errors as git_errors
20
21
 
21
22
 
22
23
class BzrGitError(bzr_errors.BzrError):