[PATCH] Typo in the man page prevent to build the doc.

William Dode wilk at flibuste.net
Sun Jul 5 11:58:00 CDT 2009


I'm really sorry because i was so sure that it was a typo i didn't look 
well... The problem is not here with asciidoc, but before, with gendoc 
and the french translation. (then it miss the end of the file and 
asciidoc complain...)

python gendoc.py

Traceback (most recent call last):
  File "gendoc.py", line 110, in <module>
    show_doc(sys.stdout)
  File "gendoc.py", line 106, in show_doc
    ui.write(gettext(doc))
  File "/home/vrac/python/hg-dev/mercurial/i18n.py", line 42, in gettext
    u = t.ugettext(message)
  File "/usr/lib/python2.5/gettext.py", line 404, in ugettext
    return unicode(message)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 27: ordinal not in range(128)

Can we speak about this on the hgfr list ?

-- 
William Dodé - http://flibuste.net
Informaticien Indépendant



More information about the Mercurial-devel mailing list