[PATCH 1 of 4] debugshell: add 'db' to cmdtable aliases

Sean Farley sean.michael.farley at gmail.com
Fri Sep 20 15:28:30 CDT 2013


# HG changeset patch
# User Sean Farley <sean.michael.farley at gmail.com>
# Date 1373819917 18000
#      Sun Jul 14 11:38:37 2013 -0500
# Node ID a005dc16a698e26612f87771548aa65843c40160
# Parent  ea35caf324bb04cbc9ab5e2328367bc50f558cfb
debugshell: add 'db' to cmdtable aliases

diff --git a/contrib/debugshell.py b/contrib/debugshell.py
--- a/contrib/debugshell.py
+++ b/contrib/debugshell.py
@@ -15,7 +15,7 @@
                 "using source: %s" % (repo.root,
                                       mercurial.__path__[0])
     code.interact(bannermsg, local=objects)
 
 cmdtable = {
-    "debugshell|dbsh": (debugshell, [])
+    "debugshell|dbsh|db": (debugshell, [])
 }


More information about the Mercurial-devel mailing list