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/showSamples.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/showSamples.sh') diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh index 50089f4d..36ed7aef 100755 --- a/scripts/showSamples.sh +++ b/scripts/showSamples.sh @@ -1,6 +1,9 @@ #!/bin/sh # Yes, this is supposed to be a POSIX-compliant shell script. +echo "Broken, fix hg->git conversion first" >&2 +exit 1 + # Parses all samples on the command line, and for each of them, prints # the versions of the main tools -- cgit v1.2.3