[PATCH] localrepo: add optional validation (defaults to off) for incoming changes

Matt Mackall mpm at selenic.com
Tue Feb 9 18:33:36 CST 2010


On Tue, 2010-02-09 at 17:59 -0600, Augie Fackler wrote:
> On Feb 9, 2010, at 5:58 PM, Augie Fackler wrote:
> 
> > +            if self.ui.configbool('repo', 'validate', default=False):
> 
> I'm not pleased with this spot for the config var, and would love  
> suggestions for where it belongs.

We've got server.uncompressed for streamclone, seems we should use
server here.

-- 
http://selenic.com : development and support for Mercurial and Linux




More information about the Mercurial-devel mailing list