Printing out defect if specified
Автор
Jarek Jarcec Cecho

Коммитер
Jarek Jarcec Cecho
12 лет назад 
Файлов изменено: 1
+1–0
7b90e5a
dev-support/test-patch.py
+1–0
@@ -349,6 +349,7 @@ | ||
# If defect parameter is specified let's download the latest attachment | ||
if defect: | ||
print "Defect: %s" % defect | ||
jira_json = jira_get_defect(result, defect, username, password) | ||
json = json.loads(jira_json) | ||
Cherry-pick
Команда cherry-pick позволяет выбрать отдельные коммиты из одной ветки и применить их к другой.