Mercurial > hg-stable
diff setup.py @ 28710:ca0c0ca30c62
hgweb: sort bookmarks early
Let's do the same thing that /tags page does. It gets sorted tags and then if
it needs the latest only, it just slices the first item from the list. Since
it's a slice and not a min(), it doesn't throw an exception if the list is
empty. This fixes HTTP 500 error from issue5022.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 31 Mar 2016 14:23:27 +0800 |
parents | 776fd2e2cf5a |
children | ee2e4a2c3690 |