diff tests/svnxml.py @ 17769:8672e615d81c

histedit: max(x, key=y) and min(x, key=y) are not available in python 2.4 Use sorted(x, key=y)[-1] or sorted(x, key=y)[0] instead.
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 16 Oct 2012 16:04:28 +0200
parents c58bdecdb800
children 812eb3b7dc43
line wrap: on
line diff