Mercurial > hg-stable
comparison contrib/lock-checker.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 | b8424c92ba2b |
children | 47d0843647d1 |
comparison
equal
deleted
inserted
replaced
17768:9837cafc25b1 | 17769:8672e615d81c |
---|