From: Kyle J. McKay Date: Sat, 15 Mar 2014 04:01:55 +0000 (-0700) Subject: Revert "Don't ignore hg-fast-export.py exit code" X-Git-Url: http://crossforests.com/gitweb?a=commitdiff_plain;h=8b6c6e5cfffd6896e8d78c200261e6e6a473ed71;p=python%2Ffast-export.git Revert "Don't ignore hg-fast-export.py exit code" This reverts commit 9643aa5df2e14e01867bc4266958b8c8081c3377. --- diff --git a/hg-fast-export.sh b/hg-fast-export.sh index 7dd918c..6adbab0 100755 --- a/hg-fast-export.sh +++ b/hg-fast-export.sh @@ -3,8 +3,6 @@ # Copyright (c) 2007, 2008 Rocco Rutte and others. # License: MIT -set -o pipefail - ROOT="`dirname $0`" REPO="" PFX="hg2git"