> I belive the import was done incorrectly. It seems to have imported as one > lump change, whereas the patch is about 30 seperate changesets. I've never > seen hg import do this before now.
I can remember how it was before, but since mercurial version 1.0 we should probably use something like, "hg export -o <patchname>%n xyz:tip", to create one patch-file per changeset. Also: "hg import --exact <patchname>*" Or: "hg import --import-branch <patchname>*" -- Kai Antweiler _______________________________________________ glob2-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/glob2-devel
