[patch 4/4] This adds support for an [extensions] section to hgrc. This has the form of:

Bryan O'Sullivan bos at serpentine.com
Fri Aug 12 10:41:24 CDT 2005


On Fri, 2005-08-12 at 10:43 -0400, Chris Mason wrote:

> This adds support for an [extensions] section to hgrc.  This has the form of:
> 
> [extensions]
> mod=[path]

Nice idea.

> Each module must implement a dict called table where the command line
> options for that module live.

Could this get a more self-explanatory name?  Perhaps something like
cmdopts?

>   Each module must also implement a reposetup
> function:

> def reposetup(ui, repo): pass

It's not clear to me what this is for.

	<b

-- 
Bryan O'Sullivan <bos at serpentine.com>



More information about the Mercurial mailing list