I am using ubuntu 9.10 and installed mercurial (hg) via apt-get. If I now call

hg glog

it says: unknown command 'glog'. I am using version 1.3.1 of hg.

How can I fix this?

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

Ok I had to enable it in the ~/.hgrc file:

[extensions]
hgext.graphlog = 

See also http://mercurial.selenic.com/wiki/GraphlogExtension

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.