tests/test-trusted.py.out
changeset 8204 797586be575d
parent 8144 fca54469480e
child 11291 543597fae51d
equal deleted inserted replaced
8203:3377fa11af67 8204:797586be575d
   127 
   127 
   128 # prints debug warnings
   128 # prints debug warnings
   129 # different user, different group
   129 # different user, different group
   130 Not trusting file .hg/hgrc from untrusted user abc, group def
   130 Not trusting file .hg/hgrc from untrusted user abc, group def
   131 trusted
   131 trusted
   132 Ignoring untrusted configuration option paths.local = /another/path
   132 ignoring untrusted configuration option paths.local = /another/path
   133     global = /some/path
   133     global = /some/path
   134 untrusted
   134 untrusted
   135 . . global = /some/path
   135 . . global = /some/path
   136 .Ignoring untrusted configuration option paths.local = /another/path
   136 .ignoring untrusted configuration option paths.local = /another/path
   137  . local = /another/path
   137 . local = /another/path
   138 
   138 
   139 # ui.readconfig sections
   139 # ui.readconfig sections
   140 quux
   140 quux
   141 
   141 
   142 # read trusted, untrusted, new ui, trusted
   142 # read trusted, untrusted, new ui, trusted
   143 Not trusting file foobar from untrusted user abc, group def
   143 Not trusting file foobar from untrusted user abc, group def
   144 trusted:
   144 trusted:
   145 Ignoring untrusted configuration option foobar.baz = quux
   145 ignoring untrusted configuration option foobar.baz = quux
   146 None
   146 None
   147 untrusted:
   147 untrusted:
   148 quux
   148 quux
   149 
   149 
   150 # error handling
   150 # error handling