/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

Simply refer to bzr's docs in HACKING.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
 
63
63
class GitSmartRemoteNotSupported(bzr_errors.BzrError):
64
64
    _fmt = "This operation is not supported by the Git smart server protocol."
65
 
 
66
 
 
67
 
class GhostRevision(bzr_errors.NoSuchRevision):
68
 
    _fmt = "Revision %(revision)s is a ghost; unable to represent in Git."""