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 <[email protected]>

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", "--",


_______________________________________________
Secure-testing-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/secure-testing-commits

Reply via email to