[PATCH 1 of 2] perf: use standard arguments for perfrevlog

Yuya Nishihara yuya at tcha.org
Wed Dec 23 05:06:12 CST 2015


On Mon, 21 Dec 2015 22:49:53 -0800, Gregory Szorc wrote:
> # HG changeset patch
> # User Gregory Szorc <gregory.szorc at gmail.com>
> # Date 1450669555 28800
> #      Sun Dec 20 19:45:55 2015 -0800
> # Node ID 4e4279304032983bca4c28eba354cbe53df9e1e8
> # Parent  3dea4eae4eebac11741f0c1dc5dcd9c88d8f4554
> perf: use standard arguments for perfrevlog

Looks good. Pushed the series to the clowncopter, thanks.

> +def perfrevlog(ui, repo, file_=None, **opts):
> +    """Benchmark reading a series of revisions from a revlog.

Command help generally starts with lowercase letter, but perf.py has somehow
both styles. So I didn't change it in flight.


More information about the Mercurial-devel mailing list