Skip to content

Instantly share code, notes, and snippets.

@Hoikas
Created January 17, 2013 00:11
Show Gist options
  • Select an option

  • Save Hoikas/4552269 to your computer and use it in GitHub Desktop.

Select an option

Save Hoikas/4552269 to your computer and use it in GitHub Desktop.
C:\Users\Adam\Desktop\pat>plPatchUtil
plPatchUtil [-validate] <old> <new> [output]
Generates a patch for a given pair of plRegistryPageNodes
Optionally will attempt to eat dogfood to test the implementation
C:\Users\Adam\Desktop\pat>plPatchUtil -validate ahny_old_builtin.prp ahny_new_builtin.prp
Old Page: ac35e38e40c296af1cf48dac0ea67dbb
New Page: 1c1e2c5607ff05d276a417a65fc07793
--- Begin Diff for Ahnonay_BuiltIn ---
Diffing: (0x27001f:0x8:AgeSDLHook:C:[0,0])
Unchanged: (0x27001f:0x8:VeryVerySpecialPythonFileMod:C:[0,0])
--- End Diff for Ahnonay_BuiltIn ---
--- Begin Patch for Ahnonay_BuiltIn ---
Patching: (0x27001f:0x8:AgeSDLHook:C:[0,0])
--- Patch Successful for Ahnonay_BuiltIn ---
Validation Page: 1c1e2c5607ff05d276a417a65fc07793
Validation success!
C:\Users\Adam\Desktop\pat>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment