[PATCH 2 of 2] perfbranchmap: allow to select the filter to benchmark

Yuya Nishihara yuya at tcha.org
Thu Feb 22 07:27:10 EST 2018


On Wed, 21 Feb 2018 15:38:12 +0100, Boris Feld wrote:
> # HG changeset patch
> # User Boris Feld <boris.feld at octobus.net>
> # Date 1519209792 -3600
> #      Wed Feb 21 11:43:12 2018 +0100
> # Node ID ddab5cae846a3e05ec4b951472e562fce06301ea
> # Parent  f40e09835c645bbc0b535228ac743d84e952f866
> # EXP-Topic filter-perfbranchmap
> # Available At https://bitbucket.org/octobus/mercurial-devel/
> #              hg pull https://bitbucket.org/octobus/mercurial-devel/ -r ddab5cae846a
> perfbranchmap: allow to select the filter to benchmark

Queued, thanks.

> @@ -1591,6 +1593,9 @@ def perfbranchmap(ui, repo, full=False, 
>          return d
>      # add filter in smaller subset to bigger subset
>      possiblefilters = set(repoview.filtertable)
> +    print("FILTERNAMES", filternames)

Looks like a debug print. Removed in flight.
If you really need it, please use ui.status() or something.


More information about the Mercurial-devel mailing list