hgview

log

age author description
10 days ago Pierre-Yves David merge stable into defaultdefault tip
2 weeks ago Alain Leufroy [mqsupport] fix encoding error while browsing the content of an unapplied mqpatch that contains unicode chars (closes #87210)stable
6 weeks ago Julien Cristau Added tag hgview-debian-version-1.5.0-3 for changeset d67cbb4e5651stable
6 weeks ago Julien Cristau 1.5.0-3stable hgview-debian-version-1.5.0-3
6 weeks ago Julien Cristau Remove logilab.org ticket references from debian/changelogstable
6 weeks ago Julien Cristau Added tag hgview-debian-version-1.5.0-2 for changeset ca12fd67dc85
6 weeks ago Julien Cristau 1.5.0-2hgview-debian-version-1.5.0-2
6 weeks ago Julien Cristau [packaging] add missing hgpatches directory
6 weeks ago David Douard merge
6 weeks ago David Douard Added tag hgview-debian-version-1.5.0-1 for changeset 09ed7f71fac7
6 weeks ago David Douard Added tag hgview-version-1.5.0 for changeset 9246f0e56241hgview-debian-version-1.5.0-1
6 weeks ago Pierre-Yves David [grapher] factorize line computation (wip #86327)
6 weeks ago Pierre-Yves David [grapher] simplify color management for current rev and parents (wip #86327)
6 weeks ago Pierre-Yves David [grapher] use itertools.count to generate color values (wip #86327)
6 weeks ago Pierre-Yves David [grapher] simplify continue clause (wip #86327)
6 weeks ago Pierre-Yves David [grapher]: implement an iterator to sanitize the huge while loop (wip #86327)
6 weeks ago Alain Leufroy prepare version 1.5.0hgview-version-1.5.0
6 weeks ago Pierre-Yves David [phases] watch phase files for update (closes #86349)
6 weeks ago Pierre-Yves David [phases] basic support (closes #86349)
6 weeks ago Pierre-Yves David [hidden] fix infinite loop when hidden changeset.
6 weeks ago Alain Leufroy quick fix for rev #29e1b39848221346c30890e53aee6b4e89289005
7 weeks ago Alain Leufroy [console] display text translation in source/diff pane (closes #83773)
8 weeks ago Alain Leufroy Hide non-interesting changesets (closes #19875)
7 weeks ago Alain Leufroy [qt] replace text in description for fancy display (closes #84465)
7 weeks ago Alain Leufroy [qt] links in fancy view opens browser (closes #76254)
7 weeks ago Alain Leufroy [packaging] update FSF address in py files (closes #75295)
7 weeks ago Alain Leufroy [core] improve mq support (closes #19194)
4 months ago Alain Leufroy [console] add history and completion for command (closes #84733)
2 months ago Alain Leufroy [cosmetic] remove superfluous hash-bangs and the entry point in ``hgviewlib/application.py`` (closes #78002)
2 months ago Alain Leufroy [core] mercurial 2.0 support (closes #84549)
2 months ago Alain Leufroy [hg patches] Dedicate a module to patch Mercurial (closes #75296)
2 months ago Alain Leufroy [curses] fancier graph highlighting for nodes (imrpove #79263)
2 months ago Alain Leufroy enable --profile/--time/--traceback/--debug options as mercurial axtension (closes #83309)
2 months ago Alain Leufroy [fix core] raise ApplicationError and do not display traceback for NotImplementedErro (closes #78004 #83307)
6 weeks ago Julien Cristau Fall back to the text interface if qt is not available (closes #84939)
3 months ago Alain Leufroy [application] do not fail when started outside a repository with ``bin/hgview``(closes #79255)
3 months ago Alain Leufroy [curses] fancier graph highlighting for current/working changeset (closes #79263)
3 months ago Alain Leufroy fix ImportError if the interface is not available (closes #77984)
3 months ago Aurelien Campeas [util] follow hg api change (closes #79058)
4 months ago Julien Cristau Added tag hgview-debian-version-1.4.0-2 for changeset 846104aaa0ce
4 months ago Julien Cristau [packaging] Fix upgrades from << 1.4hgview-debian-version-1.4.0-2
4 months ago Alain Leufroy Added tag hgview-debian-version-1.4.0-1 for changeset 9521511a6e37
4 months ago Alain Leufroy Added tag hgview-version-1.4.0 for changeset 1576aa8d7b12hgview-debian-version-1.4.0-1
4 months ago Alain Leufroy prepare version 1.4.0hgview-version-1.4.0
4 months ago Julien Cristau [debian] restore compatibility with old distros
4 months ago Alain Leufroy [console] fix command line splitting
4 months ago Alain Leufroy [console] fix inotify over refreshing caused by mercurial (checkexec)
4 months ago Alain Leufroy [console] reduce blinking while displaying diff/source
4 months ago Alain Leufroy fix setup.py
4 months ago Alain Leufroy fix mercurial extension
4 months ago Aurelien Campeas [lib] apparently ints can slip there
4 months ago Aurelien Campeas if given 123:abcdef0123456789 style rev (from a quick mouse copy-paste), actually try the part after ":"
4 months ago Alain Leufroy [console] display usefull information in manifest and source title
4 months ago Alain Leufroy [console] delay highlighting the source to speed up rendering
4 months ago Alain Leufroy [console] add delay_emit_signal to delay processing callbacks
4 months ago Alain Leufroy [console] fix *goto* command: refresh the graphlog display
4 months ago Alain Leufroy [lib] add cache to `fileflags` of the grapher to speed up file list rendering
4 months ago Alain Leufroy [console] do not fail if pygments is not available
4 months ago Alain Leufroy [console] properly deactivate context => speedup when context is hidden
4 months ago Alain Leufroy [console] refactor for pylint