[issue1628] new ui config parser (hg: fca54469480e) breaks imported extensions in hgrc

Ted Pavlic mercurial-bugs at selenic.com
Fri Apr 24 11:21:30 CDT 2009


New submission from Ted Pavlic <ted at tedpavlic.com>:

On the "hg" repo, as of:

fca54469480e   2009-04-23 15:40 -0500   mpm
  ui: introduce new config parser

imported extensions are broken. In particular, my .hgrc has:

[extensions]
hgext.crecord = ~/lib/hgext/crecord.py

which causes the error (on any hg command, like "hg version"):

*** failed to import extension hgext.crecord from ~/lib/hgext/crecord.py :
[Errno 2] No such file or directory

Changing "~" to "/home/tpavlic" doesn't help either.

----------
messages: 9180
nosy: TedPavlic
priority: bug
status: unread
title: new ui config parser (hg: fca54469480e) breaks imported extensions in hgrc
topic: ui

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue1628>
____________________________________________________



More information about the Mercurial-devel mailing list