branch | stable |
changeset 22086 | 68f2f8bfe9ae |
parent 21773 | 26d2fb899637 |
child 22566 | 480b7fefbb08 |
--- a/tests/test-commandserver.py Sat Aug 09 16:05:03 2014 -0500 +++ b/tests/test-commandserver.py Sat Aug 09 16:15:52 2014 -0500 @@ -155,7 +155,7 @@ # the cached repo local hgrc contains ui.foo=bar, so showconfig should # show it - runcommand(server, ['showconfig']) + runcommand(server, ['showconfig'], outfilter=sep) # but not for this repo runcommand(server, ['init', 'foo'])