[PATCH] default command options in .hgrc

aq aquynh at gmail.com
Mon Jul 4 11:04:46 UTC 2005


On 7/4/05, Radoslaw Szkodzinski <astralstorm at gorzow.mm.pl> wrote:
> aq wrote:
> > This patch allows user to put default options for commands into .hgrc
> > under [commands] section. Here is a sample .hgrc:
> >
> > $ cat ~/.hgrc
> > [commands]
> > history: -v
> > tip: -q
> > update: --verbose --debug
> > clone: -v
> >
> 
> Well... Why not the default INI format?
> 

actually the above sample still parsed with ConfigParser module, like
with others. so you can use the default style you are using, same with
other options in .hgrc - nothing surprised here.

Matt, will you take the patch?

(please email me directly on my patches, as i am not on the ML.)

regards,
aq




More information about the Mercurial mailing list