summaryrefslogtreecommitdiff
path: root/IkiWiki/Rcs
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-09-04 04:25:34 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-09-04 04:25:34 +0000
commit7e02c4fe4c646b4d198723844e575f199a8963d7 (patch)
tree7ba24f5f448c4ee6fad21b95447411cac34a7eaf /IkiWiki/Rcs
parentc2a3e1b127105e7bd19bcbeca9b30d558f70b202 (diff)
fix
Diffstat (limited to 'IkiWiki/Rcs')
-rw-r--r--IkiWiki/Rcs/Stub.pm6
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 => [
# {