X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=trac-post-commit-hook.py;h=f709abcd9b7f9e8a2fa6d07aef1aea722c003ec3;hb=fdeb3561228cec5177fbbc8435a37d28ac381066;hp=ce23af5aee50dcbe12da56a0b121a0558ab59cd8;hpb=2e5fa40dba316e274fd6d47c25fd78da350f2525;p=git-central.git 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'