mercurial/httppeer.py
changeset 41315 a9b609fbe39c
parent 40426 588f1e9a4d16
child 42158 69921d02daaf
--- a/mercurial/httppeer.py	Tue Jan 22 16:54:56 2019 -0800
+++ b/mercurial/httppeer.py	Tue Jan 22 16:58:48 2019 -0800
@@ -816,8 +816,8 @@
             return
 
         raise error.CapabilityError(
-            _('cannot %s; client or remote repository does not support the %r '
-              'capability') % (purpose, name))
+            _('cannot %s; client or remote repository does not support the '
+              '\'%s\' capability') % (purpose, name))
 
     # End of ipeercapabilities.