##// END OF EJS Templates
Allow the user to specify the fallback encoding for the changelog...
Allow the user to specify the fallback encoding for the changelog Example: use EUC-JP instead of ISO-8859-1: [ui] fallbackencoding = EUC-JP

File last commit:

r3232:394ac87f default
r3835:d1ce5461 default
Show More
test-doctest.py
10 lines | 137 B | text/x-python | PythonLexer
#!/usr/bin/env python
#
import doctest
import mercurial.changelog
# test doctest from changelog
doctest.testmod(mercurial.changelog)