changeset 14347 | e8debe1eb255 |
parent 14256 | d04ba50e104d |
child 14464 | 00256f689f9c |
--- a/tests/test-mq.t Mon May 16 16:59:45 2011 -0500 +++ b/tests/test-mq.t Tue May 17 23:27:58 2011 +0200 @@ -1299,6 +1299,23 @@ popping foo patch queue now empty $ hg st + +related renamed source without change + $ hg qpush + applying foo + now at: foo + $ echo 1 > 1 + $ hg mv 1 2 + $ hg qref --git + $ hg qpop + popping foo + patch queue now empty + $ echo 3 > 1 + $ hg st + M 1 + $ hg qpush + abort: local changes found + [255] $ cd .. test qpush with --force, issue1087