[ANN] hgview - a pygtk-based clone of hgk

Vadim Lebedev vadim at mbdsys.com
Thu Feb 1 15:36:18 UTC 2007


Ludovic Aubry wrote:

>Hi,
>
>This is to announce the release of a toy project aimed at rewriting hgk
>in python/gtk.
>
>The purpose of the project was to have a fast enough interface to be able
>browse the linux kernel sources.
>
>Existing features include :
> - browsing the revision tree
> - find as you type
> - restrict revisions based on modified files
>
>The screenshot can be found here : http://www.logilab.org/3438
>
>The project is available only through it's mercurial repository using
>
>hg clone http://www.logilab.org/hg/hgview
>
>debian packages and tarballs should be available soon.
>
>to use simply run :
>$ python path_to_hgview/hgview.py
>from inside any mercurial repository
>
>You will need python2.4, pygtk (including glade support) and its
>dependencies to run it.
>
>You can submit feature requests, bugs and bug fixes to :
>python-projects at logilab.org
>The project page is at : http://www.logilab.org/projects/hgview
>where you can find the existing bugs and feature requests
>
>
>The tree drawing algorithm originaly comes from the work of Tristan
>Wibberley who transposed the algorithm from hgk and posted is work on
>this list sometime in 2005.
>
>  
>
Hello,

I'm getting

python-projects at logilab.org File "hgview/hgview.py", line 49
    ",".join( "'%s'" % f for f in test_dirs ) )


when trying to run it







More information about the Mercurial mailing list