From 4a189a0de87434c858dbb81b66220d70491ef8db Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Sat, 27 Jun 2009 21:25:57 -0400 Subject: Support for moving patches to another CommitFest. --- perl-lib/PgCommitFest/Handler.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-lib/PgCommitFest/Handler.pm') diff --git a/perl-lib/PgCommitFest/Handler.pm b/perl-lib/PgCommitFest/Handler.pm index 89ed024..d94e042 100644 --- a/perl-lib/PgCommitFest/Handler.pm +++ b/perl-lib/PgCommitFest/Handler.pm @@ -19,6 +19,7 @@ our %ACTION = ( 'commitfest_topic_delete' => \&PgCommitFest::CommitFestTopic::delete, 'commitfest_topic_form' => \&PgCommitFest::CommitFestTopic::form, 'commitfest_topic_search' => \&PgCommitFest::CommitFestTopic::search, + 'patch_bump' => \&PgCommitFest::Patch::bump, 'patch_form' => \&PgCommitFest::Patch::form, 'patch_delete' => \&PgCommitFest::Patch::delete, 'patch_view' => \&PgCommitFest::Patch::view, -- cgit v1.2.3