summaryrefslogtreecommitdiff
path: root/exporters/darcs/t/test2-git-incremental-specworkdir.sh
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-02-29 12:50:00 +0100
committerJelmer Vernooij <jelmer@samba.org>2012-02-29 12:50:00 +0100
commit9cb7942d7429b185e6a80352ea015375eb203ca9 (patch)
treeed849529d3e96d24a6cfd1287aeacfa186542598 /exporters/darcs/t/test2-git-incremental-specworkdir.sh
parentf4165c0c842c7b80f33b93832c3b0fcc2cc95c8a (diff)
parent501697d4089bd97f545c546a174cbda48d0ce235 (diff)
downloadbzr-fastimport-9cb7942d7429b185e6a80352ea015375eb203ca9.tar.gz
Merge removal of exporters.
Diffstat (limited to 'exporters/darcs/t/test2-git-incremental-specworkdir.sh')
-rw-r--r--exporters/darcs/t/test2-git-incremental-specworkdir.sh22
1 files changed, 0 insertions, 22 deletions
diff --git a/exporters/darcs/t/test2-git-incremental-specworkdir.sh b/exporters/darcs/t/test2-git-incremental-specworkdir.sh
deleted file mode 100644
index 83731f2..0000000
--- a/exporters/darcs/t/test2-git-incremental-specworkdir.sh
+++ /dev/null
@@ -1,22 +0,0 @@
-. ./lib.sh
-
-create_darcs test2 --darcs-2
-
-rm -rf test2.darcs test2.git
-mkdir test2.git
-cd test2.git
-git --bare init
-mkdir darcs
-cd ..
-if [ "$1" != "--stdout" ]; then
- dmark="$(pwd)/test2.git/darcs/test2.dfe-marks"
- gmark="$(pwd)/test2.git/darcs/test2.gfi-marks"
- rm -f $mark $gmark
- darcs-fast-export --export-marks=$dmark test2 --working test2.git/darcs/repo |(cd test2.git; git fast-import --export-marks=$gmark)
- diff_git test2 || die "initial conversion differs"
- upd_file_darcs test2 file2 upd_contents
- darcs-fast-export --export-marks=$dmark --import-marks=$dmark test2 --working test2.git/darcs/repo |(cd test2.git; git fast-import --export-marks=$gmark --import-marks=$gmark)
- diff_git test2 || die "update differs"
-else
- darcs-fast-export test2
-fi