[patch 0/2] hgit updates
Chris Mason
mason at suse.com
Tue Jul 19 01:22:36 CDT 2005
Hello everyone,
The following two patches update hgit to work properly on current
mercurial releases. Since I changed things to use repo.lookup,
hgit is now aware of mercurial tags, so you can do this:
hgit diff-tree v2.6.12 v2.6.13-rc3
In the current linux-2.6 tree. If you're using hgk on top of the 2.6 tree,
there is either a bug in my rev-list output or hgk can't handle the size
of the history. You need to limit the search like this:
hgk -n 1000 # only show the first 1000 commits
hgk v2.6.13-rc3 v2.6.12 # only show changes between these two revs
hgk just passes any parameters to hgit rev-list, so you can be inventive
here. I still need to update to the latest gitk code, there are a number
of new features in there. Hopefully I can convince Paul to take changes
to support hg directly, I'll try to talk with him this week.
-chris
--
More information about the Mercurial
mailing list