mercurial/dispatch.py
changeset 11495 6ee107782018
parent 11494 2347513f562a
child 11524 24965bb270b7
--- a/mercurial/dispatch.py	Wed Jun 30 17:20:42 2010 +0200
+++ b/mercurial/dispatch.py	Wed Jun 30 17:23:16 2010 +0200
@@ -49,6 +49,8 @@
         try:
             # enter the debugger before command execution
             if '--debugger' in args:
+                ui.warn(_("entering debugger - "
+                        "type c to continue starting hg or h for help\n"))
                 pdb.set_trace()
             try:
                 return _dispatch(ui, args)