Call it "Git".
Change "GIT" to "Git" and use SCM in a few places.
This commit is contained in:
parent
8d53bdadcf
commit
a387e7ed8f
1 changed files with 3 additions and 3 deletions
|
@ -425,7 +425,7 @@ def process_new_request(bug, comment, allcomments, firstfound, pkgdb, branches):
|
||||||
warned = True
|
warned = True
|
||||||
|
|
||||||
req_string = new_request_string(items, bug)
|
req_string = new_request_string(items, bug)
|
||||||
bug_comment = 'GIT done (by process-git-requests).\n'
|
bug_comment = 'Git done (by process-git-requests).\n'
|
||||||
|
|
||||||
okprompt = 'Do it (yes=Yes, n=No, e=Edit request, s=Show ticket, c=Comment, q=Quit)?'
|
okprompt = 'Do it (yes=Yes, n=No, e=Edit request, s=Show ticket, c=Comment, q=Quit)?'
|
||||||
if warned:
|
if warned:
|
||||||
|
@ -518,7 +518,7 @@ def process_change_request(bug, comment, allcomments, firstfound, pkgdb, branche
|
||||||
warned = True
|
warned = True
|
||||||
|
|
||||||
if not firstfound:
|
if not firstfound:
|
||||||
warnings.append("WARNING: GIT request was not the last comment.")
|
warnings.append("WARNING: SCM request was not the last comment.")
|
||||||
warned = True
|
warned = True
|
||||||
if not 'Package Name' in items:
|
if not 'Package Name' in items:
|
||||||
warnings.append("WARNING: No package name supplied.")
|
warnings.append("WARNING: No package name supplied.")
|
||||||
|
@ -535,7 +535,7 @@ def process_change_request(bug, comment, allcomments, firstfound, pkgdb, branche
|
||||||
|
|
||||||
short_desc = bug.short_desc
|
short_desc = bug.short_desc
|
||||||
req_string = change_request_string(items, bug)
|
req_string = change_request_string(items, bug)
|
||||||
bug_comment = 'GIT done (by process-git-requests).\n'
|
bug_comment = 'Git done (by process-git-requests).\n'
|
||||||
|
|
||||||
okprompt = 'Do it (yes=Yes, n=No, e=Edit request, s=Show ticket, c=Comment, q=Quit)?'
|
okprompt = 'Do it (yes=Yes, n=No, e=Edit request, s=Show ticket, c=Comment, q=Quit)?'
|
||||||
if warned:
|
if warned:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue