comparison tests/test-clone.t @ 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 92980a8dfdfe
children c79b404b99ae
comparison
equal deleted inserted replaced
17768:9837cafc25b1 17769:8672e615d81c