[PATCH 7 of 7] py3: prove hg tip works

Augie Fackler raf at durin42.com
Thu Mar 16 13:20:04 EDT 2017


On Mon, Mar 13, 2017 at 11:59:08AM -0700, Yuya Nishihara wrote:
> # HG changeset patch
> # User Yuya Nishihara <yuya at tcha.org>
> # Date 1489422293 25200
> #      Mon Mar 13 09:24:53 2017 -0700
> # Node ID f414ec9383e4c4dde3cbede18ef6afd71a78b474
> # Parent  2657aad32bdde8ab6225d988a0a5cd979f6834d1
> py3: prove hg tip works

Very nice. Queued.

>
> diff --git a/tests/test-check-py3-commands.t b/tests/test-check-py3-commands.t
> --- a/tests/test-check-py3-commands.t
> +++ b/tests/test-check-py3-commands.t
> @@ -51,6 +51,17 @@ out some potential warnings that come fr
>    \s*14 (re)
>    $ $PYTHON3 $HGBIN files | wc -l
>    \s*15 (re)
> +
> +Test if `hg tip` works:
> +
> +  $ $PYTHON3 $HGBIN tip
> +  changeset:   10:e76ed1e480ef
> +  tag:         tip
> +  user:        oxymoron at cinder.waste.org
> +  date:        Tue May 03 23:37:43 2005 -0800
> +  summary:     Fix linking of changeset revs when merging
> +
> +
>    $ cd ..
>  #endif
>
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at mercurial-scm.org
> https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


More information about the Mercurial-devel mailing list