Merge pull request #16 from zr40/patch-1

Don't ignore hg-fast-export.py exit code
This commit is contained in:
frej
2013-09-04 02:11:03 -07:00

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"