Mercurial > hg-stable
view tests/test-simplemerge.py.out @ 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 | 2e3c54fb79a3 |
children | f18830651811 |
line wrap: on
line source
.................... ---------------------------------------------------------------------- Ran 20 tests in 0.000s OK