Wednesday, October 19, 2011

Moving patches between git and hg

Moving patches between git and hg is currently not very easy. I found script that converts in one direction and I added script that goes in the other direction. The scripts are available here: https://github.com/jrmuizel/patch-converter. Hopefully, this will make it a bit easier.

2 comments:

Bobby Holley said...

Heh, I've written a very similar script myself. ;-)

Jeff Muizelaar said...

@Bobby Holley, want to post them some place?