-ticket > -trac.
[git-central.git] / 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'