diff tests/test-mq @ 7161:b420ef2c812b

mq: abort qnew -f if any file in an explicit list cannot be read
author Brendan Cully <brendan@kublai.com>
date Sat, 18 Oct 2008 20:45:53 -0700
parents 88f1b8081f1c
children 695383442347
line wrap: on
line diff
--- a/tests/test-mq	Sat Oct 18 17:29:45 2008 -0700
+++ b/tests/test-mq	Sat Oct 18 20:45:53 2008 -0700
@@ -99,14 +99,8 @@
 hg st
 hg qseries
 
-echo '% qnew with uncommitted changes and missing file (issue 803)'
-
-hg qnew issue803.patch someotherfile 2>&1 | \
-    sed -e 's/someotherfile:.*/someotherfile: No such file or directory/'
-hg st
-hg qseries
-hg qpop -f
-hg qdel issue803.patch
+echo '% qnew missing'
+hg qnew missing.patch missing
 
 hg revert --no-backup somefile
 rm somefile