You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Update.cmd 643 B

3 years ago
12345678910111213141516171819202122232425262728
  1. @echo off
  2. hg incoming "https://bitbucket.org/garl/plus.zmp/"
  3. ::echo %ERRORLEVEL%
  4. IF ERRORLEVEL 9009 goto NoHg
  5. IF ERRORLEVEL 2 goto err
  6. IF ERRORLEVEL 1 goto noupdates
  7. IF ERRORLEVEL 0 goto ok
  8. goto err
  9. :ok
  10. echo ࠥ ९
  11. hg pull "https://bitbucket.org/garl/plus.zmp/" -u -f
  12. IF ERRORLEVEL 1 goto err
  13. IF NOT ERRORLEVEL 0 goto err
  14. call BuildZMmp.cmd
  15. goto end
  16. :noupdates
  17. echo
  18. goto end
  19. :err
  20. echo 訡 裡 ࢥ஬
  21. goto end
  22. :NoHg
  23. echo ⠭ Mercurial
  24. goto end
  25. :end
  26. pause