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

sort by:
Revision Author Date Message Commit Date
96077f4 [pkg] version 1.12.0 06 September 2019, 09:02:14 UTC
4923cff Use integer division when computing commit message scrolling poisition in curses UI Floating point division gives too many digits that we don't care about. 24 August 2019, 16:08:08 UTC
92fd441 Use unicode output_encoding when rendering help text Needed for Python 3, works with Python 2. 24 August 2019, 16:10:16 UTC
2bc4760 Avoid direct use of the unicode type - it is going away in Python 3 Partly replaced by using Mercurial pycompat.unicode which will be str when using Python 3. 25 August 2019, 12:01:47 UTC
b79f2a0 Introduce hgrepoviewer repo_path - a convenient unicode abspath of repo root 25 August 2019, 09:50:33 UTC
3818a1d Use tohg in more places, especially when paths are passed to Mercurial 27 August 2019, 20:28:12 UTC
3153268 Use Python 3 compatible range function instead of xrange Apply most of: 2to3 -f xrange -w . 24 August 2019, 16:43:17 UTC
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