# # # patch "index.psp" # from [4d51e2425e0b157425e6360e97268c15712f43b3] # to [f43a8e5926d4b7828765299cf23beba6bca256a7] # ============================================================ --- index.psp 4d51e2425e0b157425e6360e97268c15712f43b3 +++ index.psp f43a8e5926d4b7828765299cf23beba6bca256a7 @@ -44,6 +44,7 @@ <% + branches.sort() for branch in branches: req.write('' % (urllib.quote(branch), hq(branch))) @@ -69,6 +70,7 @@
Branch
%s
<% + tags.sort(lambda x,y: cmp(x[0], y[0])) for tag in tags: req.write('' % (urllib.quote(tag[1]), hq(tag[0]), hq(tag[2])))
TagSigned by
%s%s