aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2014-11-12 17:14:25 +0100
committerAndre Klapper <a9016009@gmx.de>2014-11-12 17:14:25 +0100
commitb353144002cdc93e2c3be2bdfef3ff63bca7e55e (patch)
tree7dbf0e3daa090e491011a1b2b27b67480956d57b
parent0fc190dc9980e5f5c883cae358804e97eb280506 (diff)
Phab: Adjust naming of PATCH_TO_REVIEW Bugzilla status in conversion
Change-Id: Ibe73f6de67b165c9b8992439a1dd7ab5d1ca756c
-rwxr-xr-xbugzilla_create.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzilla_create.py b/bugzilla_create.py
index 873637f..af1e8aa 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'] == 'verified':
ptags.append(('verified', 'tags'))