X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/7e02c4fe4c646b4d198723844e575f199a8963d7..abd262cf58315ddcd8bc3d3d835d6eb1e107651e:/IkiWiki/Rcs/Stub.pm diff --git a/IkiWiki/Rcs/Stub.pm b/IkiWiki/Rcs/Stub.pm index 59d51226b..087f2508c 100644 --- a/IkiWiki/Rcs/Stub.pm +++ b/IkiWiki/Rcs/Stub.pm @@ -20,7 +20,7 @@ sub rcs_prepedit ($) { 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. @@ -48,8 +48,8 @@ sub rcs_recentchanges ($) { # 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, # ], # } }