##// END OF EJS Templates
dirstate: don't walk ignored directories...
dirstate: don't walk ignored directories With a pattern like '^directory$' in .hgignore, a "hg status directory" would still walk "directory" and all its subdirs. This is the first half of a fix for issue886.

File last commit:

r5863:3d1f9dce default
r6032:b41f0d6a 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