On Mon, Aug 25, 2008 at 12:27:43PM +0200, Roland Mainz wrote: > Does "hg"'s "import" function have support to import diffs with binary > files (for example PNG images) ? If "yes" - which format is used for the > binary files ?
If it's supported, then presumably it would at least import patches generated by "hg export". I'd give it a try. If that doesn't work, you might also try "hg export --git". (Indeed experimenting with "hg export" and "hg export --git" shows that git format is at least necessary, but I didn't try the resulting patch.) Danek