##// END OF EJS Templates
debugdiscovery: add missing byte string marker to some help text...
marmoute -
r47504:b6ac6124 default
parent child Browse files
Show More
@@ -989,14 +989,14 def debugstate(ui, repo, **opts):
989 989 (
990 990 b'',
991 991 b'local-as-revs',
992 "",
993 'treat local has having these revisions only',
992 b"",
993 b'treat local has having these revisions only',
994 994 ),
995 995 (
996 996 b'',
997 997 b'remote-as-revs',
998 "",
999 'use local as remote, with only these these revisions',
998 b"",
999 b'use local as remote, with only these these revisions',
1000 1000 ),
1001 1001 ]
1002 1002 + cmdutil.remoteopts
General Comments 0
You need to be logged in to leave comments. Login now