Skip to content

Instantly share code, notes, and snippets.

@bgrins
Created September 21, 2015 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bgrins/8be6ad65a2fd41602f18 to your computer and use it in GitHub Desktop.
Save bgrins/8be6ad65a2fd41602f18 to your computer and use it in GitHub Desktop.
Migrate MQ patch post bug 912121
# npm install -g replace
# back up the patch
cp .hg/patches/PATCHNAME ~/Desktop/PATCHNAME.patch
replace 'browser/devtools/' 'devtools/client/' .hg/patches/PATCHNAME
replace 'toolkit/devtools/server/' 'devtools/server/' .hg/patches/PATCHNAME
replace 'toolkit/devtools/' 'devtools/shared/' .hg/patches/PATCHNAME
replace 'browser/themes/shared/devtools/' 'devtools/client/themes/' .hg/patches/PATCHNAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment