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-darcs.sh
blob
8b6d603c805999a13f895526e10684f27c2cbcc0
1
. .
/
lib.sh
2
3
create_darcs test2
--darcs-2
4
5
rm
-rf
test2.importdarcs test2.darcs
6
mkdir test2.importdarcs
7
cd
test2.importdarcs
8
darcs init
9
cd
..
10
11
darcs-fast-export test2 |
(
cd
test2.importdarcs
;
darcs-fast-import
)
12
13
if
[
$?
!=
0
];
then
14
exit
1
15
fi
16
diff_importdarcs test2 test2.importdarcs
17
exit
$?