17
17
# TODO: Some kind of command-line display of revision properties:
18
18
# perhaps show them in log -v and allow them as options to the commit command.
20
22
from __future__ import absolute_import
27
26
_utf8_encode = codecs.utf_8_encode
28
27
_utf8_decode = codecs.utf_8_decode
29
28
def _utf8_decode_with_None(bytestring, _utf8_decode=_utf8_decode):