global

def patch!(src, patchset)

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