[Secure-testing-commits] r59015 - bin

Salvatore Bonaccorso carnil at moszumanska.debian.org
Fri Dec 29 19:16:42 UTC 2017


Author: carnil
Date: 2017-12-29 19:16:42 +0000 (Fri, 29 Dec 2017)
New Revision: 59015

Modified:
   bin/review-update-needed
Log:
review-update-needed: Adjust error message to only mention git checkout

After svn to git migration there will be no users of git-svn anymore,
the repo is a plain git repository. Adjust the error message which is
errored out if there is not .git directory.

Signed-off-by: Salvatore Bonaccorso <carnil at debian.org>

Modified: bin/review-update-needed
===================================================================
--- bin/review-update-needed	2017-12-29 17:05:32 UTC (rev 59014)
+++ bin/review-update-needed	2017-12-29 19:16:42 UTC (rev 59015)
@@ -44,7 +44,7 @@
     sys.exit(1)
 
 if not os.path.exists(".git"):
-    sys.stderr.write("ERROR: works only in a git-svn checkout\n")
+    sys.stderr.write("ERROR: works only in a git checkout\n")
     sys.exit(1)
 
 process = subprocess.Popen(["git", "blame", "--line-porcelain", "--",




More information about the Secure-testing-commits mailing list