repo.or.cz
/
girocco-darcs-fast-export.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix timezones in darcs-fast-export, take 2
[girocco-darcs-fast-export.git]
/
t
/
test2-git.sh
blob
a8fc0059ffe11fb5b7e3bbeaf87cbdd542fb5046
1
. .
/
lib.sh
2
3
create_darcs test2
--darcs-2
4
5
rm
-rf
test2.darcs test2.git
6
mkdir test2.git
7
cd
test2.git
8
git
--bare
init
9
cd
..
10
if
[
"
$1
"
!=
"--stdout"
];
then
11
darcs-fast-export test2 |
(
cd
test2.git
;
git fast-import
)
12
if
[
$?
=
0
];
then
13
diff_git test2
14
exit
$?
15
fi
16
else
17
darcs-fast-export test2
18
fi