aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRush <rush@wikimedia.org>2014-11-12 16:28:54 +0000
committerGerrit Code Review <gerrit@wikimedia.org>2014-11-12 16:28:54 +0000
commitab58e17488814f2cf1654686c6a9f9018a5f75bf (patch)
treeddf1779e6f1b5e8958c3b6bf6076190c2a9e02bc
parent5bea773c03f598f51d15f5138baa95b4f45a313f (diff)
parentb353144002cdc93e2c3be2bdfef3ff63bca7e55e (diff)
Merge "Phab: Adjust naming of PATCH_TO_REVIEW Bugzilla status in conversion"
-rwxr-xr-xbugzilla_create.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzilla_create.py b/bugzilla_create.py
index 608dd68..5711e25 100755
--- a/bugzilla_create.py
+++ b/bugzilla_create.py
@@ -130,7 +130,7 @@ def create(bugid):
d.write(str(json.dumps(buginfo)))
if buginfo['status'].lower() == 'patch_to_review':
- ptags.append(('patch_to_review', 'tags', 'green'))
+ ptags.append(('Patch-For-Review', 'tags', 'green'))
if buginfo['status'].lower() == 'verified':
ptags.append(('verified', 'tags'))