# # # patch "monotone.py" # from [27ba5f94c6849264fb9df4f695580591e1ee3146] # to [e5992f2f364241fd60b6b9c481f2353f5890d478] # # patch "tags.psp" # from [6fdb677d68ef8f35cf439a2d7c34e37ff29cd9af] # to [1120415a8bc63c032d9740d745fb84da61bf2cfe] # ============================================================ --- monotone.py 27ba5f94c6849264fb9df4f695580591e1ee3146 +++ monotone.py e5992f2f364241fd60b6b9c481f2353f5890d478 @@ -284,7 +284,10 @@ for ancestor in attrs['Ancestor']: if len(ancestor) == 0: continue if not revisions.has_key(ancestor): revisions[ancestor] = None - contents += '"%s"->"%s"[href="getdiff.py?id1=%s&id2=%s"]\n' % (urllib.quote(revision), urllib.quote(ancestor), urllib.quote(ancestor), urllib.quote(revision)) + contents += '"%s"->"%s"[href="getdiff.py?id1=%s&id2=%s"]\n' % (urllib.quote(revision), + urllib.quote(ancestor), + urllib.quote(ancestor), + urllib.quote(revision)) for revision in revisions.keys(): label = "%s..." % (revision[0:8]) attrs = revisions[revision] ============================================================ --- tags.psp 6fdb677d68ef8f35cf439a2d7c34e37ff29cd9af +++ tags.psp 1120415a8bc63c032d9740d745fb84da61bf2cfe @@ -10,12 +10,14 @@ <% if len(tags) == 0: + # no tags %>

There are no tags in the provided monotone database.

<% else: + # okay, so display the tags %>

A tag marks a particular revision that is in some way significant. A