##// END OF EJS Templates
patch: handle empty vs no file in git patches (issue906)
patch: handle empty vs no file in git patches (issue906)

File last commit:

r5652:e90e72c6 default
r5852:03ce5a91 default
Show More
test-mq-missingfiles.out
25 lines | 639 B | text/plain | TextLexer
/ tests / test-mq-missingfiles.out
adding b
Patch queue now empty
% push patch with missing target
applying changeb
unable to find b or b for patching
unable to find b or b for patching
patch failed, unable to continue (try -v)
patch failed, rejects left in working dir
Errors during apply, please fix and refresh changeb
% display added files
a
c
adding b
Patch queue now empty
% push git patch with missing target
applying changeb
unable to find b or b for patching
patch failed, unable to continue (try -v)
b: No such file or directory
b not tracked!
patch failed, rejects left in working dir
Errors during apply, please fix and refresh changeb
% display added files
a
c