Show More
@@ -2230,7 +2230,7 b' def config(ui, repo, *values, **opts):' | |||||
2230 | if requirements.SHARESAFE_REQUIREMENT not in repo.requirements: |
|
2230 | if requirements.SHARESAFE_REQUIREMENT not in repo.requirements: | |
2231 | raise error.InputError( |
|
2231 | raise error.InputError( | |
2232 | _( |
|
2232 | _( | |
2233 |
|
|
2233 | b"share safe feature not enabled; " | |
2234 | b"unable to edit shared source repository config" |
|
2234 | b"unable to edit shared source repository config" | |
2235 | ) |
|
2235 | ) | |
2236 | ) |
|
2236 | ) |
General Comments 0
You need to be logged in to leave comments.
Login now