[PATCH 00 of 10] hg-cvs-import improvements

Edouard Gomez ed.gomez at free.fr
Thu Dec 21 19:11:46 UTC 2006


On Thu, 21 Dec 2006 08:47:17 -0500, Neal Becker wrote:

> I'm interested in trying hg-cvs-import.  How do I obtain/install it?
> 
> It appears to be a patch bundle?  I'm not yet familiar with the care and
> feeding of these.  Could anyone tell me what I need to do?

$ hg clone \
 http://hg.intevation.org/mirrors/serpentine.com/cmason/hg-cvs-import
$ cd hg-cvs-import
$ hg qinit
(make sure you enabled mq before issuing the command)
$ cd .hg/patches
$ wget http://ed.gomez.free.fr/mercurial/hg-cvs-import.queue.tar.bz2
$ tar xvjf hg-cvs-import.queue.tar.bz2
$ cd ../..
$ hg qpush -a
$ cp hg-cvs-import /somewhere/in/your/path
$ hg-cvs-import
(will print help how to use it)

-- 
Edouard Gomez




More information about the Mercurial-devel mailing list