From 4b9b5d9f8eab7fc60134b1f193f02e23089ef232 Mon Sep 17 00:00:00 2001 From: Stephen Haberman Date: Thu, 19 Jun 2008 17:19:39 -0500 Subject: [PATCH] Set to 'Initial QA' instead of 'QA'. --- trac-post-commit-hook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trac-post-commit-hook.py b/trac-post-commit-hook.py index ce23af5..f709abc 100644 --- a/trac-post-commit-hook.py +++ b/trac-post-commit-hook.py @@ -167,7 +167,7 @@ class CommitHook: pass def _cmdQa(self, ticket): - ticket['phase'] = 'QA' + ticket['phase'] = 'Initial QA' ticket['owner'] = '' ticket['status'] = 'new' -- 2.39.5