Mercurial > hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
11698:9df481f8036d | 11699:da0b9109186d |
---|---|
50 adding another.diff to series file | 50 adding another.diff to series file |
51 applying another.diff | 51 applying another.diff |
52 now at: another.diff | 52 now at: another.diff |
53 patch b.diff finalized without changeset message | 53 patch b.diff finalized without changeset message |
54 patch another.diff finalized without changeset message | 54 patch another.diff finalized without changeset message |
55 popping 2.diff | |
56 patch queue now empty | |
57 % qimport -e | |
58 adding 2.diff to series file | |
59 % qimport -e --name newname oldexisitingpatch | |
60 renaming 2.diff to this-name-is-better | |
61 adding this-name-is-better to series file | |
62 this-name-is-better | |
63 url.diff |