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

Shun-ichi GOTO shunichi.goto at gmail.com
Thu Feb 1 16:31:50 UTC 2007


n2007/2/2, Ludovic Aubry <ludal at logilab.fr>:
> > python-projects at logilab.org File "hgview/hgview.py", line 49
> >    ",".join( "'%s'" % f for f in test_dirs ) )
> You are probably using python2.3 or less.
> This is a generator expression only available from python2.4 and up
>
> I'm also using sets in some places so making it compatible with 2.3
> won't be straightforward (but not difficult)

I made two patches for python 2.3 and win32.
They might be not enough, but it seems to work on win32 with python 2.3.
Just I played only execute and view some changesets.

Thank you for cool app!

-- 
Shun-ichi GOTO
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix-for-win32
Type: application/octet-stream
Size: 341 bytes
Desc: not available
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20070202/53e8dfd1/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix-for-python-2.3
Type: application/octet-stream
Size: 2408 bytes
Desc: not available
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20070202/53e8dfd1/attachment-0003.obj>


More information about the Mercurial mailing list