[RFC] Amend commit messages

Matt Mackall mpm at selenic.com
Wed Feb 23 10:18:32 CST 2011


On Wed, 2011-02-23 at 09:41 +0100, Gilles Moris wrote:
> - Performance: I did not find how to walk a specific directory of the store at
> start up, so I am walking the entire store (code taken from the cifiles
> extension). This also why I kept a directory even though I have a separate
> named branch: to provide further optimization of the start up time. Also there
> is no caching. Is some needed ?

Note that this is basically pessimal for manifest compression (at least
until we get parent-delta finished). Every amendment will be followed by
a full-sized delta adding all the real files back.

-- 
Mathematics is the supreme nostalgia of our time.




More information about the Mercurial-devel mailing list