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
/
testimport-bzr.sh
blob
358c5e50b4d4eb49863ce60438cf3cb93dccfcf7
1
. .
/
lib.sh
2
3
create_bzr
test
4
5
rm
-rf test
.darcs
6
mkdir
test
.darcs
7
cd test
.darcs
8
darcs init
9
cd
..
10
(
cd test
;
bzr fast-export .
)
|
(
cd test
.darcs
;
darcs-fast-import
)
11
if
[
$?
!=
0
];
then
12
exit
1
13
fi
14
diff_importbzr
test
15
exit
$?