Hi,

There are currently some python2.5-isms in 0.9-dev. Specifically, use of
the new FOO if QUUX else BAR syntax.

./tortoisehg/hgtk/tagadd.py:
        flag = gtk.FILL if col == 0 else gtk.FILL|gtk.EXPAND
./tortoisehg/hgtk/changesetinfo.py:
        label.set_alignment((1 if right else 0), 0)
./tortoisehg/hgtk/clone.py:
        flag = gtk.FILL if col == 0 else gtk.FILL|gtk.EXPAND
./tortoisehg/hgtk/hginit.py:
        flag = gtk.FILL if col == 0 else gtk.FILL|gtk.EXPAND


Max.


Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to