Don't ignore hg-fast-export.py exit code

This commit is contained in:
Matthijs van der Vleuten
2013-09-04 09:43:17 +02:00
parent 3ff69b5392
commit 9643aa5df2

View File

@@ -3,6 +3,8 @@
# Copyright (c) 2007, 2008 Rocco Rutte <pdmef@gmx.net> and others.
# License: MIT <http://www.opensource.org/licenses/mit-license.php>
set -o pipefail
ROOT="`dirname $0`"
REPO=""
PFX="hg2git"