author | Siddharth Agarwal <sid0@fb.com> |
Fri, 19 Apr 2013 22:03:59 -0700 | |
branch | stable |
changeset 19074 | a1922b9a2cad |
parent 19073 | d78d0256198e |
child 19075 | 6bc76c0e60b9 |
--- 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