[PATCH] contrib: update window title when possible in perf-revlog-write-plot.py

Yuya Nishihara yuya at tcha.org
Fri Jan 11 21:11:49 EST 2019


On Fri, 11 Jan 2019 11:57:36 +0100, Boris Feld wrote:
> # HG changeset patch
> # User Boris Feld <boris.feld at octobus.net>
> # Date 1546550008 -3600
> #      Thu Jan 03 22:13:28 2019 +0100
> # Node ID a155939fbbe9e587b80e5a1a3856903efbb6b6ad
> # Parent  963462786f6e028563bcedc9008622e0f3b59c86
> # EXP-Topic sparse-plot
> # Available At https://bitbucket.org/octobus/mercurial-devel/
> #              hg pull https://bitbucket.org/octobus/mercurial-devel/ -r a155939fbbe9
> contrib: update window title when possible in perf-revlog-write-plot.py

Queued, thanks.

> --- a/tests/hghave.py
> +++ b/tests/hghave.py
> @@ -127,6 +127,7 @@ def matchoutput(cmd, regexp, ignorestatu
>          ret = -1
>      s = p.communicate()[0]
>      ret = p.returncode
> +    print("S", s, ret)

Dropped this change.


More information about the Mercurial-devel mailing list