Mercurial 0.9.2 released!
Vadim Lebedev
vadim at mbdsys.com
Tue Dec 12 18:42:10 UTC 2006
Benoit Boissinot wrote:
> On 12/12/06, Vadim Lebedev <vadim at mbdsys.com> wrote:
>
>> Benoit Boissinot wrote:
>>
>> > On 12/12/06, Vadim Lebedev <vadim at mbdsys.com> wrote:
>> >
>> >> Matt Mackall wrote:
>> >>
>> >> > The latest release of the Mercurial distributed SCM is available
>> at:
>> >> >
>> >> > http://selenic.com/mercurial/
>> >> >
>> >> >
>> >> I've just downloaded the tarball
>> >>
>> >> and have problems using mq
>> >>
>> >> Mercurial does not recongnize qinit and friends....
>> >>
>> >> this is my hg showconfig output:
>> >>
>> >> [vadim at inspire ortp-0.12.0]$ hg showconfig
>> >> extensions.hgext.cherry=
>> >> extensions.hgext.mq=
>> >> extensions.hgext.patchbomb=
>> >> extensions.hgk=/home/vadim/bin/hgk.py
>> >> hgk.path=/home/vadim/bin/hgk
>> >>
>> >> BTW i've done strace on hg qinit -c command
>> >> and i see than it doesn't even try to access .hg/hgrc file
>> >> I'm attaching the strace output
>> >>
>> I've impression that hg executes command line args BEFORE reading
>> .hg/hgrc
>>
> Right, I don't think it's already possible to load an extension from a
> repo.
>
> regards,
>
> Benoit
>
>
Great, thanks
That was the problem, i've enabled mq ~/.hgrc and that fixed it...
Vadim
More information about the Mercurial
mailing list