mercurial/dispatch.py
changeset 34486 a57c938e7ac8
parent 34306 bd50aa1aa035
child 34532 b09b3eaf9c96
--- a/mercurial/dispatch.py	Mon Oct 02 19:25:11 2017 -0700
+++ b/mercurial/dispatch.py	Fri Sep 29 15:48:34 2017 +0000
@@ -243,10 +243,10 @@
         try:
             debugger = 'pdb'
             debugtrace = {
-                'pdb' : pdb.set_trace
+                'pdb': pdb.set_trace
             }
             debugmortem = {
-                'pdb' : pdb.post_mortem
+                'pdb': pdb.post_mortem
             }
 
             # read --config before doing anything else