# # # patch "revision.psp" # from [3c04c7c1f4cd68543609eeeae29fb65a3a60294c] # to [79319e2cb80054bfedcd54653f1bfb65f89748e9] # ============================================================ --- revision.psp 3c04c7c1f4cd68543609eeeae29fb65a3a60294c +++ revision.psp 79319e2cb80054bfedcd54653f1bfb65f89748e9 @@ -35,7 +35,7 @@ info = {'title' : "Revision %s" % (hq(id))} req.write(header(info)) -ancestry_limit = 15 +ancestry_limit = 10 ancestry_maximum = 100 try: if form.has_key('ancestry_limit'): @@ -106,13 +106,14 @@ if zoom_in <= 0: zoom_in = 1 %>

-The following graph shows the relationship between the last <%=ancestry_limit%> -revisions that are ancestors of this revision. You might also want to: +The following graph shows the ancestry relationship between revisions +in the last <%=ancestry_limit%> Monotone log entries. You might also +want to:

<%