diff tests/test-mq-qimport.out @ 11699:da0b9109186d

mq: support "qimport --existing --name renametothis thatexistingpatch" Before this change, the command would abort with a not too clear "patch renametothis does not exist" error. This change makes: qimport --existing --name renametothis thatexistingpatch equivalent to: qimport --existing thatexistingpatch; qrename thatexistingpatch renametothis
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Wed, 21 Jul 2010 11:53:09 +0900
parents c7dbd6c4877a
children 84fb29f5e0d2
line wrap: on
line diff
--- a/tests/test-mq-qimport.out	Sat Jul 24 00:28:20 2010 +0900
+++ b/tests/test-mq-qimport.out	Wed Jul 21 11:53:09 2010 +0900
@@ -52,3 +52,12 @@
 now at: another.diff
 patch b.diff finalized without changeset message
 patch another.diff finalized without changeset message
+popping 2.diff
+patch queue now empty
+% qimport -e
+adding 2.diff to series file
+% qimport -e --name newname oldexisitingpatch
+renaming 2.diff to this-name-is-better
+adding this-name-is-better to series file
+this-name-is-better
+url.diff