]> sipb.mit.edu Git - ikiwiki.git/commitdiff
include choice in commit msg
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 14 Dec 2006 19:25:05 +0000 (19:25 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 14 Dec 2006 19:25:05 +0000 (19:25 +0000)
IkiWiki/Plugin/poll.pm

index 56034b60ad766654c599849c16c965e93f7162d8..654d46247e10fdd2ebba87936441ddd66a0f3d5d 100644 (file)
@@ -126,7 +126,7 @@ sub cgi ($) { #{{{
                if ($config{rcs}) {
                        # prevent deadlock with post-commit hook
                        IkiWiki::unlockwiki();
-                       IkiWiki::rcs_commit($pagesources{$page}, "poll vote",
+                       IkiWiki::rcs_commit($pagesources{$page}, "poll vote ($choice)",
                                IkiWiki::rcs_prepedit($pagesources{$page}),
                                $session->param("name"), $ENV{REMOTE_ADDR});
                }