From 9643aa5df2e14e01867bc4266958b8c8081c3377 Mon Sep 17 00:00:00 2001 From: Matthijs van der Vleuten Date: Wed, 4 Sep 2013 09:43:17 +0200 Subject: [PATCH] Don't ignore hg-fast-export.py exit code --- hg-fast-export.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hg-fast-export.sh b/hg-fast-export.sh index 59d3237..cc720f3 100755 --- a/hg-fast-export.sh +++ b/hg-fast-export.sh @@ -3,6 +3,8 @@ # Copyright (c) 2007, 2008 Rocco Rutte and others. # License: MIT +set -o pipefail + ROOT="`dirname $0`" REPO="" PFX="hg2git" -- 2.11.4.GIT