##// END OF EJS Templates
test-mq-missing: add test for directory creation on git copy
Patrick Mezard -
r7506:abd2bc89 default
parent child Browse files
Show More
@@ -71,3 +71,15 b' echo % display rejections'
71 cat b.rej
71 cat b.rej
72 cd ..
72 cd ..
73
73
74 echo % test push creating directory during git copy or rename
75 hg init missingdir
76 cd missingdir
77 echo a > a
78 hg ci -Am adda
79 mkdir d
80 hg copy a d/a2
81 hg mv a d/a
82 hg qnew -g -f patch
83 hg qpop
84 hg qpush
85 cd ..
@@ -47,3 +47,8 b' GIT binary patch'
47 literal 2
47 literal 2
48 Jc${No0000400IC2
48 Jc${No0000400IC2
49
49
50 % test push creating directory during git copy or rename
51 adding a
52 Patch queue now empty
53 applying patch
54 Now at: patch
General Comments 0
You need to be logged in to leave comments. Login now