/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 breezy/git/errors.py

  • Committer: Jelmer Vernooij
  • Date: 2019-11-03 00:17:16 UTC
  • mto: This revision was merged to the branch mainline in revision 7412.
  • Revision ID: jelmer@jelmer.uk-20191103001716-cexkmouumoqj0jtg
Remove trailing newline.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
 
62
62
class GitSmartRemoteNotSupported(brz_errors.UnsupportedOperation):
63
63
    _fmt = "This operation is not supported by the Git smart server protocol."
64