summaryrefslogtreecommitdiff
path: root/IkiWiki/Rcs/monotone.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/monotone.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/monotone.pm')
-rw-r--r--IkiWiki/Rcs/monotone.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Rcs/monotone.pm b/IkiWiki/Rcs/monotone.pm
index 5717e0043..e0f2e046a 100644
--- a/IkiWiki/Rcs/monotone.pm
+++ b/IkiWiki/Rcs/monotone.pm
@@ -438,7 +438,7 @@ sub rcs_recentchanges ($) { #{{{
}
push @ret, {
- rev => $rev,
+ id => $rev,
user => $user,
committype => $committype,
when => $when,