https://bz.mercurial-scm.org/show_bug.cgi?id=6495

            Bug ID: 6495
           Summary: utf-8 encoding error in hg log --style changelog
           Product: Mercurial
           Version: 5.6.1
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: Mercurial
          Assignee: bugzi...@mercurial-scm.org
          Reporter: arne_...@web.de
                CC: mercurial-devel@mercurial-scm.org
    Python Version: ---

Using hg log --style=changelog with old repositories using non-utf-8 encoding,
hg aborts with an error.

To reproduce:

    hg clone https://hg.sr.ht/~arnebab/ews && cd ews/Hauptdokument/ews30/
    hg log --style=changelog >/dev/null

abort: decoding near 'triebe im �berblick ': 'utf-8' codec can't decode byte
0xdc in position 36: invalid continuation byte!


Normal log works:

    hg log >/dev/null

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to