From a11b51c254dc336f92a564f253f7be310d6d68ef Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Fri, 27 Jun 2014 00:59:00 +0200 Subject: scripts: first batch of hg->git conversion Replace calls to 'hg' with as-close-as-possible equivalents in git. Signed-off-by: "Yann E. MORIN" --- scripts/mk-release.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts/mk-release.sh') diff --git a/scripts/mk-release.sh b/scripts/mk-release.sh index 16a66c02..e32d35a7 100755 --- a/scripts/mk-release.sh +++ b/scripts/mk-release.sh @@ -1,5 +1,7 @@ #!/bin/bash -#set -x + +echo "Broken, fix hg->git conversion first" >&2 +exit 1 export LC_ALL=C -- cgit v1.2.3