From 8b6c6e5cfffd6896e8d78c200261e6e6a473ed71 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Fri, 14 Mar 2014 21:01:55 -0700 Subject: [PATCH] Revert "Don't ignore hg-fast-export.py exit code" This reverts commit 9643aa5df2e14e01867bc4266958b8c8081c3377. --- hg-fast-export.sh | 2 -- 1 file changed, 2 deletions(-) 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" -- 2.11.4.GIT