return ""
}
-sub rcs_commit ($$$) {
+sub rcs_commit ($$$;$$) {
# Tries to commit the page; returns undef on _success_ and
# a version of the page with the rcs's conflict markers on failure.
# The file is relative to the srcdir.
# 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,
# ],
# }
}
sub rcs_getctime ($) {
# Optional, used to get the page creation time from the RCS.
- error "getctime not implemented";
+ error gettext("getctime not implemented");
}
1