mercurial/commands.py
changeset 29971 e65d33182fd4
parent 29965 b3100653bafd
child 29972 392edab93b8a
--- a/mercurial/commands.py	Tue Sep 20 23:45:25 2016 +0000
+++ b/mercurial/commands.py	Tue Sep 20 23:46:15 2016 +0000
@@ -1383,8 +1383,8 @@
                 repo, bundletype, strict=False)
     except error.UnsupportedBundleSpecification as e:
         raise error.Abort(str(e),
-                          hint=_('see "hg help bundle" for supported '
-                                 'values for --type'))
+                          hint=_("see 'hg help bundle' for supported "
+                                 "values for --type"))
 
     # Packed bundles are a pseudo bundle format for now.
     if cgversion == 's1':