summaryrefslogtreecommitdiff
path: root/IkiWiki/Rcs/monotone.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-01-28 21:24:15 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-01-28 21:24:15 -0500
commit0f95adbd1d33e267b9654c80ef2d38ca06407ecb (patch)
treec2e4888e24959951a82fed48ec6b24bc15e89e0f /IkiWiki/Rcs/monotone.pm
parent3436fed08169893953fef6858f7645437f39d1b0 (diff)
parente30b96babacb6ac48e571105c9f0627f68cf3bca (diff)
Merge branch 'master' into recentchanges
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 e0f2e046a..5717e0043 100644
--- a/IkiWiki/Rcs/monotone.pm
+++ b/IkiWiki/Rcs/monotone.pm
@@ -438,7 +438,7 @@ sub rcs_recentchanges ($) { #{{{
}
push @ret, {
- id => $rev,
+ rev => $rev,
user => $user,
committype => $committype,
when => $when,