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
/
test-hg.sh
blob
95bfc4b41dc2068be7df9e614e0b9bdc155a7729
1
. .
/
lib.sh
2
3
create_darcs
test --old-fashioned-inventory
4
5
rm
-rf test
.darcs
test
.hg
6
mkdir
test
.hg
7
cd test
.hg
8
hg init
9
cd
..
10
if
[
"
$1
"
!=
"--stdout"
];
then
11
darcs-fast-export
test
|
(
cd test
.hg
;
hg fastimport
-)
12
diff_hg
test
13
exit
$?
14
else
15
darcs-fast-export
test
16
fi