|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] Howto unpatch the xen tree
> If i download the patches in my tree with "hg pull -u" and i
> think a certain patch breaks my setup, how can i unpatch the file.
>
> i have the patch in .diff format...
just apply the patch in reverse and rebuild e.g. something like
patch -R -p1 < broken.patch
make -j8 world
Ian
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|