global

def unpatch!(src, patchset)

Does no auto-discovery.
Given a set of patchset, convert the current version to the prior version.
def unpatch!(src, patchset)
  patch(src, patchset, :unpatch)
end