##// END OF EJS Templates
color: add a test with extension loaded and ui.formatted=False
Siddharth Agarwal -
r19074:a1922b9a stable
parent child Browse files
Show More
@@ -119,6 +119,15 b' Make sure --color=never works'
119 ? b/in_b
119 ? b/in_b
120 ? in_root
120 ? in_root
121
121
122 Make sure ui.formatted=False works
123 $ hg status --config ui.formatted=False
124 ? a/1/in_a_1
125 ? a/in_a
126 ? b/1/in_b_1
127 ? b/2/in_b_2
128 ? b/in_b
129 ? in_root
130
122 $ cd ..
131 $ cd ..
123
132
124 $ hg init repo2
133 $ hg init repo2
General Comments 0
You need to be logged in to leave comments. Login now