Lines Matching refs:revert
19 In addition to explaining how to apply and revert patches, a brief
37 How do I apply or revert a patch?
57 To revert a previously applied patch, use the -R argument to patch.
62 You can revert (undo) it like this::
185 previously and actually intended to revert it, but forgot to specify -R,
186 then you can say [**y**]es here to make patch revert it for you.
280 first revert the 5.x.y patch).
294 $ patch -p1 -R < ../patch-5.6.1 # revert the 5.6.1 patch
332 $ patch -p1 -R < ../patch-5.7.2 # revert the 5.7.2 patch
389 $ patch -p1 -R < ../patch-5.8-rc3 # revert the 5.8-rc3 patch
397 $ patch -p1 -R < ../patch-5.7.3 # revert the 5.7.3 patch