##// END OF EJS Templates
tests: clean up blackbox test around aliases a little bit
Augie Fackler -
r34298:7f02fb92 default
parent child Browse files
Show More
@@ -21,13 +21,9 b' command, exit codes, and duration'
21 21 1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000+ (5000)> blackbox
22 22
23 23 alias expansion is logged
24 $ rm ./.hg/blackbox.log
24 25 $ hg confuse
25 26 $ hg blackbox
26 1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000)> init blackboxtest exited 0 after * seconds (glob)
27 1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000)> add a
28 1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000)> add a exited 0 after * seconds (glob)
29 1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000+ (5000)> blackbox
30 1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000+ (5000)> blackbox --config *blackbox.dirty=True* exited 0 after * seconds (glob)
31 27 1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000)> confuse
32 28 1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000)> alias 'confuse' expands to 'log --limit 3'
33 29 1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000)> confuse exited 0 after * seconds (glob)
General Comments 0
You need to be logged in to leave comments. Login now