From a387e7ed8f2ce86d8a8e19928c81b6cbc91a9ea8 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Wed, 4 Aug 2010 07:44:46 -0500 Subject: [PATCH] Call it "Git". Change "GIT" to "Git" and use SCM in a few places. --- scripts/process-git-requests/process-git-requests | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/process-git-requests/process-git-requests b/scripts/process-git-requests/process-git-requests index 304be89..306fef3 100755 --- a/scripts/process-git-requests/process-git-requests +++ b/scripts/process-git-requests/process-git-requests @@ -425,7 +425,7 @@ def process_new_request(bug, comment, allcomments, firstfound, pkgdb, branches): warned = True 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)?' if warned: @@ -518,7 +518,7 @@ def process_change_request(bug, comment, allcomments, firstfound, pkgdb, branche warned = True 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 if not 'Package Name' in items: 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 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)?' if warned: