]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/monotone.pm
use short names in comittype
[ikiwiki.git] / IkiWiki / Plugin / monotone.pm
index 38abb9a07f21a3cc53ef430a012fb0528ba841a0..bdb564a71c30befd8d219e0796d58e5d52b7dcb3 100644 (file)
@@ -559,7 +559,7 @@ sub rcs_recentchanges ($) {
                                        if ($cert->{key} eq $config{mtnkey}) {
                                                $committype = "web";
                                        } else {
-                                               $committype = "monotone";
+                                               $committype = "mtn";
                                        }
                                } elsif ($cert->{name} eq "date") {
                                        $when = str2time($cert->{value}, 'UTC');