# # # patch "ChangeLog" # from [1d35641c7fa2d82483c6c7d728da6d8342b964c9] # to [ed75160df2b39d1762e9a138fd71387730e5f236] # # patch "fileinbranch.psp" # from [55bc1914c9ba9db154566791809977fd01dc45ed] # to [c824cd089d7e60f85cfd63fe5fcab32b335037f5] # # patch "tarofbranch.psp" # from [9fda7c11405946a9b7526e3c8b703dfb8e1ff9f1] # to [a960741e91ce8a92673cde044be896e61948a50f] # ============================================================ --- ChangeLog 1d35641c7fa2d82483c6c7d728da6d8342b964c9 +++ ChangeLog ed75160df2b39d1762e9a138fd71387730e5f236 @@ -1,3 +1,16 @@ +2005-05-13 Grahame Bowland + + * release 0.03 + * fileinbranch.psp&branch=net.angrygoats.interapplet&path=ChangeLog + links to version of file in HEAD + * tarofbranch.psp&branch=net.angrygoats.interapplet + links to tar of HEAD manifest + * ancestry graph much improved + * now works with monotone 0.19 + * branches and tags pages split + * user interface improved, help added + * ancestry graph direction fixed (thanks to Bruce Stephens) + 2005-04-26 Grahame Bowland * release 0.02 ============================================================ --- fileinbranch.psp 55bc1914c9ba9db154566791809977fd01dc45ed +++ fileinbranch.psp c824cd089d7e60f85cfd63fe5fcab32b335037f5 @@ -64,12 +64,17 @@ links to download "<%=hq(path)%>" from that revision.

- + <% for id in file_version.keys(): req.write('' % (urllib.quote(id), hq(id), urllib.quote(file_version[id]), urllib.quote(path))) - req.write(template.footer(info)) + %> +
Revision IDView file
Head revisionView file
%sview
+<% +req.write(template.footer(info)) +%> + ============================================================ --- tarofbranch.psp 9fda7c11405946a9b7526e3c8b703dfb8e1ff9f1 +++ tarofbranch.psp a960741e91ce8a92673cde044be896e61948a50f @@ -41,11 +41,16 @@

- + <% for id in heads: revision = mt.revision(id) manifest_id = revision['new_manifest'][0][0][1] req.write('' % (urllib.quote(id), hq(id), urllib.quote(manifest_id))) - req.write(template.footer(info)) + %> +
Revision IDTar file
Head revisionTar file
%sdownload
+ +<% +req.write(template.footer(info)) +%>