# HG changeset patch # User Siddharth Agarwal # Date 2013-04-20 05:03:59 # Node ID a1922b9a2cad6f36df51e482d626e8d02ac2ac81 # Parent d78d0256198e1cddc189536b957bd6bc30b57319 color: add a test with extension loaded and ui.formatted=False diff --git a/tests/test-status-color.t b/tests/test-status-color.t --- a/tests/test-status-color.t +++ b/tests/test-status-color.t @@ -119,6 +119,15 @@ Make sure --color=never works ? b/in_b ? in_root +Make sure ui.formatted=False works + $ hg status --config ui.formatted=False + ? a/1/in_a_1 + ? a/in_a + ? b/1/in_b_1 + ? b/2/in_b_2 + ? b/in_b + ? in_root + $ cd .. $ hg init repo2