# # # patch "viewmtn.py" # from [98f8dce8a36144fb3572692acaeaff264e206844] # to [4c360bf87f4a6ea25319c1ad982230ed3e13ea6d] # ============================================================ --- viewmtn.py 98f8dce8a36144fb3572692acaeaff264e206844 +++ viewmtn.py 4c360bf87f4a6ea25319c1ad982230ed3e13ea6d @@ -220,6 +220,7 @@ class Tags: def GET(self): # otherwise we couldn't use automate again.. tags = map(None, ops.tags()) + tags.sort(lambda t1, t2: cmp(t1.name, t2.name)) def revision_ago(rev): for cert in ops.certs(rev): if cert[4] == 'name' and cert[5] == 'date':