[PATCH 2 of 2 v5] schemes: add expand-scheme command, resolving a scheme to its canonical form

Yuya Nishihara yuya at tcha.org
Fri Feb 5 09:44:37 EST 2016


On Thu, 04 Feb 2016 09:21:09 -0600, Jason R. Coombs wrote:
> # HG changeset patch
> # User Jason R. Coombs <jaraco at jaraco.com>
> # Date 1454097224 18000
> #      Fri Jan 29 14:53:44 2016 -0500
> # Node ID 1f230eaf43771f58025301af1ee88486305867ab
> # Parent  b494927d0e972f03b7b9e7d4c203cc35516ebd8f
> schemes: add expand-scheme command, resolving a scheme to its canonical form
               ^^^^^^^^^^^^^

Old name. Fixed in flight and pushed to the clowncopter.
Congratulations on your first Mercurial patch!

> +cmdtable = {}
> +command = cmdutil.command(cmdtable)

Also moved these lines next to imports, which seems our convention.


More information about the Mercurial-devel mailing list