sapling/tests/test-mq-qrename.out
Yuya Nishihara adbae861a8 mq: fixed ENOENT when qrename to new/directory.patch
MQ patch name can contain slashes, e.g. 'foo/bar.patch'.

Currently "qnew foo/bar.patch" works, but
"qrename foo/bar.patch new/dir.patch" fails with
"No such file or directory".

Also added test case for "qnew foo/bar.patch"
2010-03-28 15:23:11 +09:00

11 lines
144 B
Plaintext

adding base
foo/renamed
renamed
bar/renamed
renamed
baz
.hg/patches/baz
new/dir
.hg/patches/new/dir
% test patch being renamed before committed