summaryrefslogtreecommitdiff
path: root/perl-lib/PgCommitFest/Handler.pm
diff options
context:
space:
mode:
authorRobert Haas2009-06-28 01:25:57 +0000
committerRobert Haas2009-06-28 01:25:57 +0000
commit4a189a0de87434c858dbb81b66220d70491ef8db (patch)
treeddcd729a25b56367e972151ba8690d3c098c5806 /perl-lib/PgCommitFest/Handler.pm
parent1ebc05578d5550f80a16fce84124f9f55f8373d4 (diff)
Support for moving patches to another CommitFest.
Diffstat (limited to 'perl-lib/PgCommitFest/Handler.pm')
-rw-r--r--perl-lib/PgCommitFest/Handler.pm1
1 files changed, 1 insertions, 0 deletions
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,