X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/92065444d982a443d3862f9ce5094bd32faffb85..994c242994e54c98c2dad665a5fdbccc6fe0bdeb:/IkiWiki/Rcs/Stub.pm diff --git a/IkiWiki/Rcs/Stub.pm b/IkiWiki/Rcs/Stub.pm index 01696a8b0..e408d5ac3 100644 --- a/IkiWiki/Rcs/Stub.pm +++ b/IkiWiki/Rcs/Stub.pm @@ -39,17 +39,17 @@ sub rcs_recentchanges ($) { # committype => # either "web" or the name of the rcs, # when => # time when the change was made, # message => [ - # "commit message line", - # "commit message line", - # "...", + # { line => "commit message line" }, + # { line => "commit message line" }, + # # etc, # ], # pages => [ # { # page => # name of page changed, # diffurl => # optional url to a diff showing # # the changes, - # } - # # repeat for each page changed in this commit + # }, + # # repeat for each page changed in this commit, # ], # } }