# # # patch "common.py" # from [d7577cc6bcadc91579d43ba695bfddd7f69373f0] # to [d928e7fccebbbedf45b5502510d28e0d393f5cce] # # patch "config.py.example" # from [071b913fbfb02df32f28ce45414acc531e69257c] # to [3411ae3c8ffefc3341164792f5b0aec9aaaab909] # # patch "revision.psp" # from [9b5c640e5b36005cf33260793aa96f6e765a6258] # to [906a621b7b7fcde8da4c6a06814aca7139e236da] # # patch "template.py" # from [0de20dae643c9d80d5c6d2e242c64e4f4399146e] # to [58338ce2547a9bc13e33f7ce670331c8cf9e91e5] # # patch "viewmtn.css" # from [32aff7b269d11ee1eb87187cc948e4435a8ce347] # to [95eb449ad29196711324096437bdfaba0cdff47b] # ============================================================ --- common.py d7577cc6bcadc91579d43ba695bfddd7f69373f0 +++ common.py d928e7fccebbbedf45b5502510d28e0d393f5cce @@ -8,7 +8,7 @@ if x == None: return "" elif type(x) == type([]): - return '
'.join(map(e, x)) + return '
'.join(map(e, x)) else: return e(x) @@ -23,9 +23,9 @@ return rv elif link_type == "diff": link_to = map(urllib.quote, link_to) - uri = 'getdiff.py?id1=%s&id2=%s' % (link_to[0], link_to[1]) + uri = 'getdiff.py?id1=%s&id2=%s' % (link_to[0], link_to[1]) if len(link_to) == 3: - uri += '&fname=%s' % (link_to[2]) + uri += '&fname=%s' % (link_to[2]) rv = '' if description != None: rv += hq(description) else: rv += "diff" @@ -33,7 +33,7 @@ return rv elif link_type == "file": if type(link_to) == type([]): - rv = '' % (urllib.quote(link_to[0]), urllib.quote(link_to[1])) + rv = '' % (urllib.quote(link_to[0]), urllib.quote(link_to[1])) link_id = link_to[0] else: raise Exception(link_to) ============================================================ --- config.py.example 071b913fbfb02df32f28ce45414acc531e69257c +++ config.py.example 3411ae3c8ffefc3341164792f5b0aec9aaaab909 @@ -38,7 +38,8 @@ # options to use for nodes in the dot input file # we generate. - 'nodeopts' : { 'fontsize' : '12', + 'nodeopts' : { 'fontname' : 'Windsor', + 'fontsize' : '8', 'shape' : 'box', 'height' : '0.3', 'spline' : 'true', ============================================================ --- revision.psp 9b5c640e5b36005cf33260793aa96f6e765a6258 +++ revision.psp 906a621b7b7fcde8da4c6a06814aca7139e236da @@ -107,9 +107,9 @@ The following graph shows the ancestry relationship between revisions in the last <%=ancestry_limit%> Monotone log entries. The graph can be modified to -">show fewer entries, -">show more entries, or -">show all revisions. +">show fewer entries, +">show more entries, or +">show all revisions.

<% @@ -122,8 +122,7 @@ %> -Ancestry of <%= hq(id) %> -

+Ancestry of <%= hq(id) %>

Manifest

============================================================ --- template.py 0de20dae643c9d80d5c6d2e242c64e4f4399146e +++ template.py 58338ce2547a9bc13e33f7ce670331c8cf9e91e5 @@ -17,11 +17,10 @@

%(title)s

-
""" % (info) +""" % (info) def footer(info): return """\ -