/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

Make GitSmartRemoteNotSupported derive from UnsupportedOperation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    _fmt = "Push is not yet supported for bzr-git. Try dpush instead."
51
51
 
52
52
 
53
 
class GitSmartRemoteNotSupported(bzr_errors.BzrError):
 
53
class GitSmartRemoteNotSupported(bzr_errors.UnsupportedOperation):
54
54
    _fmt = "This operation is not supported by the Git smart server protocol."