qct 0.4 released

Steve Borho steve at borho.org
Mon Dec 18 14:58:12 CST 2006


On Monday 18 December 2006 2:45 pm, Satish Balay wrote:
> > The mercurial extension should have been installed for you by
> > setup.py. You just need to enable it in your ~/.hgrc
> >
> > [extensions]
> > hgext.qct =
> >
> > If all is well, you'll get useful output from `hg help qct`
>
> Ah.. I realized my mistake.. I need to update my PYTHONPATH to enable
> mercurial to find this extension [I install each extension in its own
> separate location]. Its curious that I didn't have to do this for
> other extensions [hct,hgk]
>
> Is there an equivalent for PYTHONPATH that I can add in my ~/.hgrc -
> for this to work?? [I hate to use PYTHONPATH]

Just provide the full path to the extension in ~/.hgrc

[extensions]
hgext.qct = /path/to/qct.py

-- 
Steve Borho (steve at borho.org)
http://www.borho.org/~steve/steve.asc
Key fingerprint = 2D08 E7CF B624 624C DE1F  E2E4 B0C2 5292 F2C6 2C8C


More information about the Mercurial mailing list