diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-04 04:25:34 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-04 04:25:34 +0000 |
commit | 7e02c4fe4c646b4d198723844e575f199a8963d7 (patch) | |
tree | 7ba24f5f448c4ee6fad21b95447411cac34a7eaf /IkiWiki/Rcs | |
parent | c2a3e1b127105e7bd19bcbeca9b30d558f70b202 (diff) |
fix
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 => [ # { |