makel10npatch.cmd 201 B

12345678910
  1. pause
  2. for /f "tokens=*" %%G in ('dir /b /ad "."') do (
  3. cd %%G
  4. hg qnew -U -D -e -m "Bug 1727000 - l10n %%G strings for 2.53.10. r=me a=me" 1727000-l10n-%%G-25310.patch
  5. cd ..
  6. rem pause
  7. )
  8. pause