summaryrefslogtreecommitdiff
path: root/exporters/darcs/t/test-hg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'exporters/darcs/t/test-hg.sh')
-rw-r--r--exporters/darcs/t/test-hg.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/exporters/darcs/t/test-hg.sh b/exporters/darcs/t/test-hg.sh
deleted file mode 100644
index 95bfc4b..0000000
--- a/exporters/darcs/t/test-hg.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-. ./lib.sh
-
-create_darcs test --old-fashioned-inventory
-
-rm -rf test.darcs test.hg
-mkdir test.hg
-cd test.hg
-hg init
-cd ..
-if [ "$1" != "--stdout" ]; then
- darcs-fast-export test |(cd test.hg; hg fastimport -)
- diff_hg test
- exit $?
-else
- darcs-fast-export test
-fi