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