diff tests/test-archive @ 6019:b70a530bdb93

cleanly abort on unknown archive type (issue966)
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Tue, 05 Feb 2008 15:54:42 +0100
parents e3a0c092b4e2
children 20b05618b3e2
line wrap: on
line diff
--- a/tests/test-archive	Tue Feb 05 14:02:03 2008 +0100
+++ b/tests/test-archive	Tue Feb 05 15:54:42 2008 +0100
@@ -69,6 +69,8 @@
     echo 'rev-0.tar created'
 fi
 
+hg archive -t bogus test.bogus
+
 echo '% empty repo'
 hg init ../empty
 cd ../empty