diff tests/test-archive @ 6183:0750e4ba9d3d

Add config option to disable putting .hg_archival.txt inside archives.
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 28 Feb 2008 22:39:59 +0100
parents 20b05618b3e2
children 118720f857b9
line wrap: on
line diff
--- a/tests/test-archive	Thu Feb 28 19:08:04 2008 +0100
+++ b/tests/test-archive	Thu Feb 28 22:39:59 2008 +0100
@@ -59,7 +59,7 @@
 hg archive -t zip -p /illegal test.zip
 hg archive -t zip -p very/../bad test.zip
 
-hg archive -t zip -r 2 test.zip
+hg archive --config ui.archivemeta=false -t zip -r 2 test.zip
 unzip -t test.zip
 
 hg archive -t tar - | tar tf - | sed "s/$QTIP/TIP/"