[PATCH 2 of 2 V2] log: speed up hg log <file|folder>

Matt Mackall mpm at selenic.com
Fri Dec 18 17:31:25 CST 2015


On Fri, 2015-12-18 at 13:46 -0800, Laurent Charignon wrote:
> # HG changeset patch
> # User Laurent Charignon <lcharignon at fb.com>
> # Date 1450472085 28800
> #      Fri Dec 18 12:54:45 2015 -0800
> # Node ID eb50e689e9e3e356a4577ed952a9959fe7f6c23a
> # Parent  a3cbd0149d66905bd7ed4d28e053f8362d38da9f
> log: speed up hg log <file|folder>

These are queued for default, thanks.

We could go faster with a matcher. In particular, if the matcher
contains a single element, we could match that against the raw data
before doing any parsing.

-- 
Mathematics is the supreme nostalgia of our time.



More information about the Mercurial-devel mailing list