From: Stephen Haberman Date: Thu, 19 Jun 2008 22:19:39 +0000 (-0500) Subject: Set to 'Initial QA' instead of 'QA'. X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=4b9b5d9f8eab7fc60134b1f193f02e23089ef232;p=git-central.git Set to 'Initial QA' instead of 'QA'. --- 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'