Staging
v0.5.0
https://foss.heptapod.net/mercurial/hgview

sort by:
Revision Author Date Message Commit Date
aa10132 Apply tounicode on more data from Mercurial - they will be bytes in py3 25 August 2019, 12:16:01 UTC
4976c2b Use explicit relative imports in generated Qt _ui.py files - needed for py3 Avoid No module named 'revisions_table' The odd leading dot in the name of the fake .h header like <header>.revisions_table.h</header> happens to give the desired from .revisions_table import ... 24 August 2019, 17:16:00 UTC
a85ff7b Use the right type when passing revisions to hg ... and avoid using basestring 25 August 2019, 10:02:53 UTC
effe204 Convert various tagged GraphLog entries to unicode for curses interface Avoid comparing with basestring, but be explicit about handling both tuples and strings. Some of these entries come from deep down in Mercurial internals. 24 August 2019, 17:58:08 UTC
37ce4fb Introduce py3 variant of tounicode 24 August 2019, 17:50:35 UTC
back to top