[PATCH] test-help: verify that extension keywords appear in help templates

Yuya Nishihara yuya at tcha.org
Tue Oct 6 08:53:59 CDT 2015


On Tue, 06 Oct 2015 01:31:52 -0500, timeless at mozdev.org wrote:
> # HG changeset patch
> # User timeless at mozdev.org
> # Date 1443117498 14400
> #      Thu Sep 24 13:58:18 2015 -0400
> # Node ID 44fb702b75a30dd34fab4a0ccdf131344edcd616
> # Parent  efd57cd6fd1d5eb76102fabfc45676873bbba29d
> test-help: verify that extension keywords appear in help templates
> 
> fixed by 82c1d55319cb

It is now a2291c9c85a1.
> 
> diff --git a/tests/test-help.t b/tests/test-help.t
> --- a/tests/test-help.t
> +++ b/tests/test-help.t
> @@ -278,6 +278,8 @@
>         transplant    command to transplant changesets from another branch
>         win32mbcs     allow the use of MBCS paths with problematic encodings
>         zeroconf      discover and advertise repositories on the local network
> +  $ hg help --config extensions.transplant= templating|grep transplant > /dev/null
> +

Copied the patch description here because it wasn't easy to see what this test
does for. Pushed to the clowncopter, thanks.


More information about the Mercurial-devel mailing list