Show More
@@ -2181,9 +2181,8 b' def applynarrowacl(repo, kwargs):' | |||
|
2181 | 2181 | ) |
|
2182 | 2182 | if not user_includes: |
|
2183 | 2183 | raise error.Abort( |
|
2184 |
_(b" |
|
|
2185 |
|
|
|
2186 | ) | |
|
2184 | _(b"%s configuration for user %s is empty") | |
|
2185 | % (_NARROWACL_SECTION, username) | |
|
2187 | 2186 | ) |
|
2188 | 2187 | |
|
2189 | 2188 | user_includes = [ |
@@ -2202,9 +2201,8 b' def applynarrowacl(repo, kwargs):' | |||
|
2202 | 2201 | |
|
2203 | 2202 | if invalid_includes: |
|
2204 | 2203 | raise error.Abort( |
|
2205 |
_(b"The following includes are not accessible for |
|
|
2206 |
|
|
|
2207 | ) | |
|
2204 | _(b"The following includes are not accessible for %s: %s") | |
|
2205 | % (username, invalid_includes) | |
|
2208 | 2206 | ) |
|
2209 | 2207 | |
|
2210 | 2208 | new_args = {} |
General Comments 0
You need to be logged in to leave comments.
Login now