scripts: Remove non-Git VCS support

Mercurial branches remain in source-listing and cleanup helpers after
Subversion support was retired. SCST development now uses Git.

Remove Mercurial detection and commands together with stale Subversion
wording. Preserve the existing no-VCS source-list fallback and all Git
behavior.
This commit is contained in:
Gleb Chesnokov
2026-08-21 19:58:59 +03:00
parent 0aa6689c3a
commit 1a1a75d9ed
5 changed files with 7 additions and 64 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ set -o pipefail
############################################################################
#
# Script for converting the SCST source tree as it exists in the Subversion
# Script for converting the SCST source tree as it exists in the Git
# repository to a Linux kernel patch.
#
# Copyright (C) 2008-2020 Bart Van Assche <bvanassche@acm.org>
@@ -214,7 +214,7 @@ srpt="true"
if [ ! -e scst ] || [ ! -e iscsi-scst ] || [ ! -e srpt ] ||
[ ! -e scst_local ]; then
echo "Please run this script from inside the SCST subversion source tree."
echo "Please run this script from inside the SCST Git source tree."
exit 1
fi