# 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,
# ],
# }
}