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 .. |
General Comments 0
You need to be logged in to leave comments.
Login now