20
20
"""Commit message editor support."""
24
23
from bzrlib.errors import BzrError
27
26
"""Return a sequence of possible editor binaries for the current platform"""
28
27
from bzrlib.osutils import _read_config_value
35
29
e = _read_config_value("editor")
50
42
def _run_editor(filename):
51
43
"""Try to execute an editor to edit the commit message."""