Browse Source

update zmp

pull/1/head
sasbot 3 years ago
parent
commit
f4f9d21163
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Update.cmd

+ 2
- 1
Update.cmd View File

@@ -2,6 +2,7 @@
hg incoming "https://bitbucket.org/sas_team/sas.maps/"
::echo %ERRORLEVEL%
IF ERRORLEVEL 9009 goto NoHg
IF ERRORLEVEL 255 goto CloneRepo
IF ERRORLEVEL 2 goto err
IF ERRORLEVEL 1 goto noupdates
IF ERRORLEVEL 0 goto ok
@@ -19,7 +20,7 @@ goto err
:CloneRepo
rd /s /q sas.maps
echo „¥« ¥¬ ª«®­ ९®§¨â®à¨ï á á¥à¢¥à 
hg clone -U "https://bitbucket.org/sas_team/sas.maps/" sas.maps
hg clone "https://bitbucket.org/sas_team/sas.maps/" sas.maps
IF NOT ERRORLEVEL 0 goto err
echo Š®¯¨à㥬 ¯ ¯ªã á ९®§¨â®à¨¥¬ ¨§ ¯®¤¯ ¯ª¨ ¢ ⥪ãéãî ¯ ¯ªã
move /Y sas.maps\.hg .\.hg


Loading…
Cancel
Save