Cross Forests
/
projects
/
python
/
fast-export.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ff69b5
)
Don't ignore hg-fast-export.py exit code
author
Matthijs van der Vleuten
<git@zr40.nl>
Wed, 4 Sep 2013 07:43:17 +0000
(09:43 +0200)
committer
Matthijs van der Vleuten
<git@zr40.nl>
Wed, 4 Sep 2013 07:43:17 +0000
(09:43 +0200)
hg-fast-export.sh
patch
|
blob
|
history
diff --git
a/hg-fast-export.sh
b/hg-fast-export.sh
index
59d3237
..
cc720f3
100755
(executable)
--- a/
hg-fast-export.sh
+++ b/
hg-fast-export.sh
@@
-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"