# # # patch "README" # from [c84931961a1086e89a471f83a1f648aeeb99a83c] # to [ef5f29695488ecc1a20ecf8d0626bbcece1baee4] # # patch "revision.psp" # from [0d87427eea96a2f255d560147c5360b91f900466] # to [7f933a135197c878bb614f4c25ab23f36f7073a5] # ============================================================ --- README c84931961a1086e89a471f83a1f648aeeb99a83c +++ README ef5f29695488ecc1a20ecf8d0626bbcece1baee4 @@ -5,6 +5,8 @@ A web interface to monotone. See "LICENSE" for distribution terms. ViewMTN is Copyright 2005 Grahame Bowland. +The minimum version of monotone required is: 0.19 + For the graphs to work you'll need dotty installed. ViewMTN requires mod_python. See http://www.modpython.org/ ============================================================ --- revision.psp 0d87427eea96a2f255d560147c5360b91f900466 +++ revision.psp 7f933a135197c878bb614f4c25ab23f36f7073a5 @@ -95,22 +95,21 @@

Ancestry Graph

<% +increment = 5 if ancestry_limit > 0: - zoom_out = ancestry_limit + 10 - zoom_in = ancestry_limit - 10 + zoom_out = ancestry_limit + increment + zoom_in = ancestry_limit - increment if zoom_in <= 0: zoom_in = 1 %>

The following graph shows the ancestry relationship between revisions -in the last <%=ancestry_limit%> Monotone log entries. You might also -want to: +in the last <%=ancestry_limit%> Monotone log entries. The graph can +be modified to +">show fewer entries, +">show more entries, or +">show all revisions.

- <% else: %>