comparison tests/test-trusted.py.out @ 8141:e40b629bedd1

ui: cleanup _is_trusted a bit
author Matt Mackall <mpm@selenic.com>
date Thu, 23 Apr 2009 15:40:10 -0500
parents 9b52239dc740
children 912bfef12ba6
comparison
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