]> git.droids-corp.org - git-central.git/commitdiff
Set to 'Initial QA' instead of 'QA'.
authorStephen Haberman <shaberman@payflex.com>
Thu, 19 Jun 2008 22:19:39 +0000 (17:19 -0500)
committerStephen Haberman <shaberman@payflex.com>
Thu, 19 Jun 2008 22:19:39 +0000 (17:19 -0500)
trac-post-commit-hook.py

index ce23af5aee50dcbe12da56a0b121a0558ab59cd8..f709abcd9b7f9e8a2fa6d07aef1aea722c003ec3 100644 (file)
@@ -167,7 +167,7 @@ class CommitHook:
         pass
 
     def _cmdQa(self, ticket):
-        ticket['phase'] = 'QA'
+        ticket['phase'] = 'Initial QA'
         ticket['owner'] = ''
         ticket['status'] = 'new'