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

TK Soh teekaysoh at gmail.com
Thu Feb 1 16:27:04 UTC 2007


On 2/1/07, Ludovic Aubry <ludal at logilab.fr> wrote:
>
> On Thu, Feb 01, 2007 at 04:36:18PM +0100, Vadim Lebedev wrote:
> > Hello,
> >
> > I'm getting
> >
> > 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)

Mercurial is Python 2.3 compatible. It'd be good if the 3rd party
tools can maintain that.



More information about the Mercurial mailing list