Mercurial > hg > mercurial-source
diff tests/test-trusted.py.out @ 29684:c4040a35b5d9
tests: make test-trusted use print_function
There was some confusing output format at some places in
test-trusted.py.out, the new print function ends with a newline by
default whereas the old print statement uses a space generally. So the
output in test-trusted.py.out is changed because of some confusing
output format which was produced by print statement
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Sat, 16 Apr 2016 04:06:24 +0530 (2016-04-15) |
parents | fa91ddfc3f36 |
children | 75e4bae56068 |
line wrap: on
line diff
--- a/tests/test-trusted.py.out +++ b/tests/test-trusted.py.out @@ -133,7 +133,7 @@ global = /some/path untrusted . . global = /some/path -.ignoring untrusted configuration option paths.local = /another/path +. ignoring untrusted configuration option paths.local = /another/path . local = /another/path # report_untrusted enabled without debug hides warnings @@ -152,7 +152,7 @@ global = /some/path untrusted . . global = /some/path -.ignoring untrusted configuration option paths.local = /another/path +. ignoring untrusted configuration option paths.local = /another/path . local = /another/path # ui.readconfig sections