0.7 and hgk?

Matt Mackall mpm at selenic.com
Mon Sep 19 16:40:22 CDT 2005


On Mon, Sep 19, 2005 at 04:13:48PM -0500, Hollis Blanchard wrote:
> Anybody using hgk from the 0.7 release? When I run hgk from the root of my 
> repository I get this message:
> 	Error reading commits: hg: unknown command git-rev-list
> 
> I think many of the "hg" calls in hgk should be calling "hgit" instead, but 
> when I replace "hg git-*" with "hgit git-*" things fail differently (no 
> commits are found at all).

hgit is now an extension. An extension is a piece of code that adds
new commands to Mercurial. Do the following in your ~/.hgrc file:

hgit = /path/to/hgit/extension

Reminds me, would anyone care to write a bisect extension? Linus is
fairly enamored of this git hack.

-- 
Mathematics is the supreme nostalgia of our time.


More information about the Mercurial mailing list