filemerge: A feature request

Peter Arrenbrecht peter.arrenbrecht at gmail.com
Fri Feb 8 02:37:05 CST 2008


On Feb 6, 2008 7:43 PM, Brad Schick <schickb at gmail.com> wrote:
> On 02/06/2008 09:57 AM, Bryan O'Sullivan wrote:
> > Matt Mackall wrote:
> >
> >
> >> Perhaps we should instead replace/fix ConfigParser.
> >>
> >
> > +100 for replacing it.  Just getting rid of its % substitution alone
> > would make that worthwhile.
> >
> Totally agree. I gave up on a patch a while back that let you store http
> auth information in config files simple because there was not a clean to
> represent the info in python config format. It gets messy when you want
> to include a uri with the "protol:" bit. Even worse than the extra
> split, the parser eliminates duplicates after splitting on :
>
> It would also be nice to add some form of #include in the config system.

This might also help to breathe new life into centralizing per-project
config when you have multiple clones of said project. Currently it
seems we're stuck there. Having #include might be the single required
building block in the core so that extensions could tackle the rest of
the differing needs.

See
http://www.selenic.com/mercurial/wiki/index.cgi/SpecificHgrcForSetsOfRepos?highlight=%28CategoryNewFeatures%29
http://www.selenic.com/mercurial/wiki/index.cgi/NewIdeas#head-328ec3601a81efa202d24955e0e07086e1f5b43e

-peo


More information about the Mercurial-devel mailing list