Problem with aliases in hg 1.3
Brendan Cully
brendan at kublai.com
Wed Jul 15 11:59:28 CDT 2009
On Wednesday, 15 July 2009 at 10:08, Ted Pavlic wrote:
> > Thanks -- that was it. I've taken "hgext.alias =" out of my ~/.hgrc, and
> > everything appears to work as before.
>
> Actually, on that note, shouldn't
>
> [extensions]
> hgext.alias =
>
> return some form of error or warning? Perhaps a flag during "hg
> debuginstall" ?
Probably. The simplest way would have been to replace hgext/alias.py
with a version that complained on load and then disappeared.
I probably would have done that, but I did a quick test of having the extension
loaded after the core patch was applied, and I didn't have troubles,
so I didn't bother. Oh well.
More information about the Mercurial
mailing list