##// END OF EJS Templates
py3: handle keyword arguments correctly in hgext/patchbomb.py...
py3: handle keyword arguments correctly in hgext/patchbomb.py The keys of keyword arguments must be str on Python 3 which is unicode. This patch make sure we pass keyword arguments with keys are str everywhere in this file and access the keys depending on whether they are bytes or str. This patch uses pycompat.{byteskwargs|strkwargs} and somewhere it also added r'' to prevent transformer from adding a b'' over there. Differential Revision: https://phab.mercurial-scm.org/D974

File last commit:

r31104:8346b2f0 default
r35035:71e63fe6 default
Show More
test-gendoc-ro.t
9 lines | 471 B | text/troff | Tads3Lexer
timeless
tests: splitting test-gendoc.t into per file tests...
r28809 #require docutils gettext
Augie Fackler
pager: move more behavior into core...
r30993 Error: the current ro localization has some rst defects exposed by
moving pager to core. These two warnings about references are expected
until the localization is corrected.
timeless
tests: splitting test-gendoc.t into per file tests...
r28809 $ $TESTDIR/check-gendoc ro
checking for parse errors
Pierre-Yves David
color: add the definition of '--color' in core...
r31104 gendoc.txt:58: (WARNING/2) Inline interpreted text or phrase reference start-string without end-string.
gendoc.txt:58: (WARNING/2) Inline interpreted text or phrase reference start-string without end-string.