Mercurial > hg-stable
diff tests/test-status.t @ 22424:1f72226064b8
formatter: make debug style match Python syntax
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 12 Sep 2014 19:06:11 -0500 |
parents | 8864528874f7 |
children | 7a7eed5176a4 |
line wrap: on
line diff
--- a/tests/test-status.t Fri Sep 12 18:32:46 2014 -0500 +++ b/tests/test-status.t Fri Sep 12 19:06:11 2014 -0500 @@ -350,6 +350,11 @@ $ hg status -A --rev 1 1 R 1/2/3/4/5/b.txt + $ hg status --config ui.formatdebug=True --rev 1 1 + status = [ + {*'path': '1/2/3/4/5/b.txt'*}, (glob) + ] + #if windows $ hg --config ui.slash=false status -A --rev 1 1 R 1\2\3\4\5\b.txt