Hi, 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... kind regards, Robin van Leeuwen _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
> 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@lists.xensource.com http://lists.xensource.com/xen-devel