]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Rcs/tla.pm
add an id field to the rcs_recentchanges return structure
[ikiwiki.git] / IkiWiki / Rcs / tla.pm
index 1dbc006c11f5372eb566e639a9fd3f3f52706246..5275500c395b5031bfbf627e5d31531abff41a8e 100644 (file)
@@ -145,7 +145,8 @@ sub rcs_recentchanges ($) {
                                diffurl => $diffurl,
                        } if length $file;
                }
-               push @ret, { rev => $change,
+               push @ret, {
+                       id => $change,
                        user => $user,
                        committype => $committype,
                        when => $when,