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 ce23af5..f709abc 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'