[PATCH] auto rename: best matches and speed improvements UPDATE1

Matt Mackall mpm at selenic.com
Thu Oct 2 10:05:04 CDT 2008


On Wed, 2008-10-01 at 17:57 +0200, Benoit Boissinot wrote:
> > +        rfiles[i] = (ctx.filectx(r).size(),
> > +                     os.path.split(r)[1], os.path.splitext(r)[1], i)
> rctx.filectx(r).size()

rctx[r].size()

> > -static char mdiff_doc[] = "Efficient binary diff.";
> > +
> > +typedef struct {
> > +	unsigned int hist[256];
> > +	unsigned int filelen;
> > +} STATDATA;

Uh oh. Why did we grow more C code?

-- 
Mathematics is the supreme nostalgia of our time.



More information about the Mercurial-devel mailing list