diff tests/test-mq-qnew @ 10372:27d542bc0f5b

qnew: ignore force option This makes the default behavior the same as qnew --force, and deprecates the force option.
author Augie Fackler <durin42@gmail.com>
date Sun, 07 Feb 2010 07:37:05 -0600
parents 3e7663b2f3fc
children 8cb81d75730c
line wrap: on
line diff
--- a/tests/test-mq-qnew	Sun Feb 07 15:09:02 2010 +0100
+++ b/tests/test-mq-qnew	Sun Feb 07 07:37:05 2010 -0600
@@ -23,11 +23,8 @@
 hg qnew uncommitted.patch
 hg st
 hg qseries
-hg revert --no-backup somefile
-rm somefile
 
 echo '% qnew implies add'
-hg qnew test.patch
 hg -R .hg/patches st
 
 echo '% qnew missing'