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

sort by:
Revision Author Date Message Commit Date
df7af11 [pkg] version 1.13.1 11 February 2020, 15:15:42 UTC
d52361f scmutil.status] scmutil.status is no longer tuple and new __iter__ method is generator; enclose call to repo.status in list() before attempting to access elements 11 February 2020, 14:47:07 UTC
388d76c Added tag 1.13.0, debian/1.13.0-1 for changeset a7eb8c65c62f 13 November 2019, 12:58:58 UTC
dc0ba9d [pkg] version 1.13.0 13 November 2019, 12:58:44 UTC
67ec95e Update debian packaging for python3 13 November 2019, 12:56:44 UTC
ccb956d make hgview entrypoint use python3 by default 13 November 2019, 12:56:21 UTC
a9cddb8 Compat with mercurial 5.2 mercurial.demandimport has been moved to hgdemandimport 13 November 2019, 12:55:47 UTC
cb72d66 Fix AttributeError: 'HgRepoViewer' object has no attribute 'repo_path' Followup d0d48bd9 10 September 2019, 12:24:14 UTC
2c3400b Added tag 1.12.0, debian/1.12.0-1 for changeset e588e49953a7 06 September 2019, 09:02:32 UTC
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