##// END OF EJS Templates
commands: fix checking of share safe requirement on `config --shared`...
Pulkit Goyal -
r46533:777e8d88 default
parent child Browse files
Show More
@@ -2230,7 +2230,7 b' def config(ui, repo, *values, **opts):'
2230 2230 if requirements.SHARESAFE_REQUIREMENT not in repo.requirements:
2231 2231 raise error.InputError(
2232 2232 _(
2233 b"share safe feature not unabled; "
2233 b"share safe feature not enabled; "
2234 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