/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

Print proper error when trying unsupported operations against a git server.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
 
56
56
class NoPushSupport(bzr_errors.BzrError):
57
57
    _fmt = "Push is not yet supported for bzr-git. Try dpush instead."
 
58
 
 
59
 
 
60
class GitSmartRemoteNotSupported(bzr_errors.BzrError):
 
61
    _fmt = "This operation is not supported by the Git smart server protocol."