summaryrefslogtreecommitdiff
path: root/IkiWiki/Rcs/Stub.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-01-28 20:34:11 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-01-28 20:34:11 -0500
commitb11ddb88e608a6dd5e95f95bff2c506674c4fad8 (patch)
tree81aa8d755ddd7052d228d4a08141e5187ec43307 /IkiWiki/Rcs/Stub.pm
parentad6d22f237294422bb1d76231f60f069fed8b32e (diff)
add an id field to the rcs_recentchanges return structure
There was an undocumented field named "rev", I think "id" is a better name, and nothing uses it yet.
Diffstat (limited to 'IkiWiki/Rcs/Stub.pm')
-rw-r--r--IkiWiki/Rcs/Stub.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Rcs/Stub.pm b/IkiWiki/Rcs/Stub.pm
index 19ecfa88d..a979ce3fe 100644
--- a/IkiWiki/Rcs/Stub.pm
+++ b/IkiWiki/Rcs/Stub.pm
@@ -37,6 +37,7 @@ sub rcs_recentchanges ($) {
# Examine the RCS history and generate a list of recent changes.
# The data structure returned for each change is:
# {
+ # id => # the RCSs id for this commit
# user => # name of user who made the change,
# committype => # either "web" or the name of the rcs,
# when => # time when the change was made,