##// END OF EJS Templates
color: add win32 support for non-black background...
color: add win32 support for non-black background This complicates the code a bit, since attributes need to be masked together correctly before they are applied. Perhaps the code should be redesigned at some point, but this works well for now.

File last commit:

r5200:c7e8fe11 default
r12277:a7d3147b stable
Show More
test-nested-repo.out
9 lines | 245 B | text/plain | TextLexer
/ tests / test-nested-repo.out
Vadim Gelfer
support nested repositories....
r2061 # should print nothing
Bryan O'Sullivan
Make audit_path more stringent....
r5158 # should fail
abort: path 'b/x' is inside repo 'b'
abort: path 'b/x' is inside repo 'b'
Alexis S. L. Carvalho
path_auditor: cache names of audited directories...
r5200 # should fail
abort: path 'b/x' is inside repo 'b'
Bryan O'Sullivan
Make audit_path more stringent....
r5158 # should arguably print nothing
# should fail
abort: path 'b/a' is inside repo 'b'