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

Augie Fackler raf at durin42.com
Tue Sep 24 15:16:27 CDT 2013


On Fri, Sep 20, 2013 at 03:28:30PM -0500, Sean Farley wrote:
> # 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, [])

Seems silly. I would have opposed dbsh if anyone asked me when it was
new.

>  }
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> http://selenic.com/mailman/listinfo/mercurial-devel


More information about the Mercurial-devel mailing list