copygitlab2l10n.cmd 347 B

123456789101112
  1. for /f "tokens=*" %%G in ('dir /b /ad "."') do (
  2. cd %%G
  3. hg qpop --all
  4. move /Y d:\seamonkey\l10n\l10n-release\%%G\.hg\patches\*.patch d:\seamonkey\l10n\l10n-release\tmp
  5. rem pause
  6. copy /y x:\x\patches-c\gitlab\253-gitlab\l10n-release\%%G\patches d:\seamonkey\l10n\l10n-release\%%G\.hg\patches
  7. hg qpush --all
  8. cd ..
  9. rem pause
  10. )
  11. pause