Mercurial > public > mercurial-scm > hg-stable
diff tests/test-status-color.t @ 19074:a1922b9a2cad stable
color: add a test with extension loaded and ui.formatted=False
author | Siddharth Agarwal <sid0@fb.com> |
---|---|
date | Fri, 19 Apr 2013 22:03:59 -0700 |
parents | d78d0256198e |
children | 16c643f3a1a5 |
line wrap: on
line diff
--- a/tests/test-status-color.t Fri Apr 19 16:57:10 2013 -0700 +++ b/tests/test-status-color.t Fri Apr 19 22:03:59 2013 -0700 @@ -119,6 +119,15 @@ ? 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