/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/msgeditor.py

  • Committer: Jelmer Vernooij
  • Date: 2017-07-30 23:53:38 UTC
  • mfrom: (6734.1.22 move-errors-more)
  • Revision ID: jelmer@jelmer.uk-20170730235338-25jy0lgifkyx796l
Merge lp:~jelmer/brz/move-errors-more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    transport,
32
32
    ui,
33
33
    )
34
 
from .errors import BzrError, BadCommitMessageEncoding
 
34
from .errors import BzrError
35
35
from .hooks import Hooks
36
36
from .sixish import (
37
37
    StringIO,
38
38
    )
39
39
 
40
40
 
 
41
class BadCommitMessageEncoding(BzrError):
 
42
 
 
43
    _fmt = 'The specified commit message contains characters unsupported by '\
 
44
        'the current encoding.'
 
45
 
 
46
 
41
47
def _get_editor():
42
48
    """Return a sequence of possible editor binaries for the current platform"""
43
49
    try: