##// 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:

r11967:6e3875a8 default
r12277:a7d3147b stable
Show More
test-mq-qqueue.out
36 lines | 902 B | text/plain | TextLexer
/ tests / test-mq-qqueue.out
Henrik Stuart
mq: support multiple patch queues using qqueue
r11229 %% default queue
patches (active)
%% applied patches in default queue
somestuff
%% try to change patch (create succeeds, switch fails)
abort: patches applied - cannot set new queue active
foo
patches (active)
%% empty default queue
popping somestuff
patch queue now empty
%% switch queue
foo (active)
patches
Cédric Duval
mq: prevent the creation of a queue whose name is already taken...
r11271 %% fail creating queue with already existing name
abort: queue "foo" already exists
foo (active)
patches
Henrik Stuart
mq: support multiple patch queues using qqueue
r11229 %% unapplied patches
%% fail switching back
abort: patches applied - cannot set new queue active
%% fail deleting current
abort: cannot delete currently active queue
%% switch back and delete foo
popping otherstuff
patch queue now empty
patches (active)
Henrik Stuart
mq: fix naming issues for qqueue directories
r11270 %% tricky cases
patches
store (active)
Henrik Stuart
mq: better qqueue test for troublesome names
r11272 popping journal
Henrik Stuart
mq: fix naming issues for qqueue directories
r11270 patch queue now empty
somestuff
%% invalid names
abort: invalid queue name, may not contain the characters ":\/."
abort: invalid queue name, may not contain the characters ":\/."