On Thu, Jul 29, 2010 at 8:33 AM, Ian Jackson
<Ian.Jackson@xxxxxxxxxxxxx> wrote:
Bruce Edge writes ("[Xen-devel] Request integration of unstable changes into testing to enable gdbsx."):
> These changes have been in unstable for a while now I was hoping that they
> could be pulled into the testing branch.
> I think these are all the changes needed to enable gdbsx in the default
> build.
>
> [list of patches]
...
> Note, I have not tested a actual build with these changes. I'm new at hg and
> haven't figured out how to pull changes from another branch into my
> workspace.
The way I would do it is like this:
cd xen-4.0-testing.hg
(cd ../xen-unstable.hg && hg export -r 29e545151078) | patch -Up1
My hg has no -r opt. Is this an extension?
I assume I can apply them one at a time instead?
> I know this is not the place for it, but if someone could give me a hint,
> I'll verify that the above works.
That would be great. If it doesn't break the build then I would be
happy to have these changes in 4.0-testing.
29e545151078 doesn't apply cleanly, there are other changes in xen-4.0-testing.hg/tools/Makefile.
I can easily fix the patch rejects, but how does one resubmit these to hg?
Again, sorry, this is not an hg support forum, I know.
If someone could direct me to the applicable docs I'd be happy to rtfm. (there's just a _lot_ of info on hg)
-Bruce
Ian.