diff tests/test-mq-qrename.out @ 11513:0c944b7af564 stable

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"
author Yuya Nishihara <yuya@tcha.org>
date Sun, 28 Mar 2010 15:23:11 +0900
parents 05a682c8907d
children 4ae3e5dffa60
line wrap: on
line diff
--- a/tests/test-mq-qrename.out	Fri Jul 02 14:14:30 2010 -1000
+++ b/tests/test-mq-qrename.out	Sun Mar 28 15:23:11 2010 +0900
@@ -5,4 +5,6 @@
 renamed
 baz
 .hg/patches/baz
+new/dir
+.hg/patches/new/dir
 % test patch being renamed before committed