changeset 41315 | a9b609fbe39c |
parent 41029 | b2de94e59702 |
child 42158 | 69921d02daaf |
--- a/mercurial/repository.py Tue Jan 22 16:54:56 2019 -0800 +++ b/mercurial/repository.py Tue Jan 22 16:58:48 2019 -0800 @@ -346,8 +346,8 @@ return raise error.CapabilityError( - _('cannot %s; remote repository does not support the %r ' - 'capability') % (purpose, name)) + _('cannot %s; remote repository does not support the ' + '\'%s\' capability') % (purpose, name)) class iverifyproblem(interfaceutil.Interface): """Represents a problem with the integrity of the repository.