[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [glob2-devel] Update on code
From: |
Kai Antweiler |
Subject: |
Re: [glob2-devel] Update on code |
Date: |
Mon, 21 Apr 2008 01:39:00 +0200 |
> 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