diff options
Diffstat (limited to 'IkiWiki/Rcs')
-rw-r--r-- | IkiWiki/Rcs/Stub.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/IkiWiki/Rcs/Stub.pm b/IkiWiki/Rcs/Stub.pm index 01696a8b0..59d51226b 100644 --- a/IkiWiki/Rcs/Stub.pm +++ b/IkiWiki/Rcs/Stub.pm @@ -39,9 +39,9 @@ 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 => [ # { |