tests/test-trusted.py.out
changeset 8141 e40b629bedd1
parent 3552 9b52239dc740
child 8142 912bfef12ba6
equal deleted inserted replaced
8140:7c47ac9620a8 8141:e40b629bedd1
   141 . . interpolated = /some/path/another/path
   141 . . interpolated = /some/path/another/path
   142 . . local = /another/path
   142 . . local = /another/path
   143 
   143 
   144 # Can't figure out the name of the user running this process
   144 # Can't figure out the name of the user running this process
   145 # different user, different group
   145 # different user, different group
   146 trusted
   146 Not trusting file .hg/hgrc from untrusted user abc, group def
   147     global = /some/path
   147 trusted
   148     interpolated = /some/path/another/path
   148     global = /some/path
   149     local = /another/path
       
   150 untrusted
   149 untrusted
   151 . . global = /some/path
   150 . . global = /some/path
   152 . . interpolated = /some/path/another/path
   151 . . interpolated = /some/path/another/path
   153 . . local = /another/path
   152 . . local = /another/path
   154 
   153