Files @ 3b1ef6d95d62
Branch filter:

Location: kallithea/docs/readme.rst - annotation

3b1ef6d95d62 42 B text/prs.fallenstein.rst Show Source Show as Raw Download as Raw
Mads Kiilerich
hooks: always convert unicode to byte strings when passed to ui.status

Kallithea generally uses unicode strings internally, but ui.status follows the
Mercurial convention and expects a byte string. Strings passed to ui.status
should thus always by converted to byte strings. Do that explicitly with
safe_str. (The alternative of using more byte strings internally seems less
appealing.)
1
2
3
.. _readme:

.. include:: ./../README.rst