Mercurial 1.8.3 released!
Daniel Carrera
dcarrera at gmail.com
Sun May 1 13:10:54 UTC 2011
On 05/01/2011 03:03 PM, Nicolas Dumazet wrote:
> Remember, it's make, so you need to pass PREFIX to the target differently:
> make PREFIX=~/bar install-bin
>
> I just tried that on 1.8.3, and it works just fine.
Thanks. Now it compiles fine.
% hg --version
Mercurial Distributed SCM (version 1.8.3)
:-D
I tried to play with the hgk extension, but apparently I'm doing
something wrong. I've added it to my .hgrc file:
% cat ~/.hgrc
[ui]
username = Daniel Carrera <dcarrera at gmail.com>
verbose = True
[extensions]
hgk =
crecord = /home/daniel/.local/share/hg/crecord
But I can't run "hg view":
% hg view
/bin/sh: hgk: not found
Indeed, I don't have any command called hgk, but I do have the extension:
% find ~/.local -name '*hgk*'
/home/daniel/.local/lib/python2.6/site-packages/hgext/hgk.py
/home/daniel/.local/lib/python2.6/site-packages/hgext/hgk.pyc
Any ideas?
Daniel.
--
I'm not overweight, I'm undertall.
More information about the Mercurial
mailing list