debugdiscovery: add missing byte string marker to some help text
authorPierre-Yves David <pierre-yves.david@octobus.net>
Tue, 16 Mar 2021 09:41:01 +0100
changeset 46770 b6ac612445e0
parent 46769 67a2ecea8bd9
child 46771 6b26e6432554
debugdiscovery: add missing byte string marker to some help text This is causing crash when using --help. Differential Revision: https://phab.mercurial-scm.org/D10227
mercurial/debugcommands.py
--- a/mercurial/debugcommands.py	Mon Mar 15 17:09:42 2021 +0100
+++ b/mercurial/debugcommands.py	Tue Mar 16 09:41:01 2021 +0100
@@ -989,14 +989,14 @@
         (
             b'',
             b'local-as-revs',
-            "",
-            'treat local has having these revisions only',
+            b"",
+            b'treat local has having these revisions only',
         ),
         (
             b'',
             b'remote-as-revs',
-            "",
-            'use local as remote, with only these these revisions',
+            b"",
+            b'use local as remote, with only these these revisions',
         ),
     ]
     + cmdutil.remoteopts