##// END OF EJS Templates
py3: call codecs.escape_encode() directly...
py3: call codecs.escape_encode() directly string_escape doesn't exist on Python 3, but fortunately the undocumented codecs.escape_encode() function exists on CPython 2.6, 2.7, 3.5 and PyPy 5.6. So let's use it for now. http://stackoverflow.com/a/23151714

File last commit:

r19426:e4318468 default
r31453:3b7a6941 default
Show More
common.txt
8 lines | 240 B | text/plain | TextLexer
Takumi IINO
doc: make man and html from translated documents...
r19426 .. Common link and substitution definitions.
.. |hg(1)| replace:: **hg**\ (1)
.. _hg(1): hg.1.html
.. |hgrc(5)| replace:: **hgrc**\ (5)
.. _hgrc(5): hgrc.5.html
.. |hgignore(5)| replace:: **hgignore**\ (5)
.. _hgignore(5): hgignore.5.html