contrib/debugshell.py
changeset 41759 aaad36b88298
parent 32337 46ba2cdda476
child 41814 b10bbbe995eb
--- a/contrib/debugshell.py	Sun Jan 13 20:13:22 2019 -0500
+++ b/contrib/debugshell.py	Wed Feb 20 19:28:51 2019 -0500
@@ -34,9 +34,9 @@
 
 @command('debugshell|dbsh', [])
 def debugshell(ui, repo, **opts):
-    bannermsg = "loaded repo : %s\n" \
-                "using source: %s" % (repo.root,
-                                      mercurial.__path__[0])
+    bannermsg = ("loaded repo : %s\n"
+                 "using source: %s" % (repo.root,
+                                       mercurial.__path__[0]))
 
     pdbmap = {
         'pdb'  : 'code',