fix timezones in darcs-fast-export, take 2
[girocco-darcs-fast-export.git] / t / testimport-bzr.sh
blob358c5e50b4d4eb49863ce60438cf3cb93dccfcf7
1 . ./lib.sh
3 create_bzr test
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
14 diff_importbzr test
15 exit $?