From 18c47f649c320d5a89032a27571f309c835d286a Mon Sep 17 00:00:00 2001 From: sasgis <> Date: Sat, 12 Dec 1970 12:00:00 +0000 Subject: [PATCH] update zmp --- Update.cmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Update.cmd b/Update.cmd index 14dbcd4d..ac3027d2 100644 --- a/Update.cmd +++ b/Update.cmd @@ -1,5 +1,5 @@ @echo off -hg incoming "https://bitbucket.org/garl/plus.zmp/" +hg incoming "https://bitbucket.org/garl/plus.maps/" ::echo %ERRORLEVEL% IF ERRORLEVEL 9009 goto NoHg IF ERRORLEVEL 2 goto err @@ -10,10 +10,10 @@ goto err :ok echo Забираем изменения из репозитория - hg pull "https://bitbucket.org/garl/plus.zmp/" -u -f + hg pull "https://bitbucket.org/garl/plus.maps/" -u -f IF ERRORLEVEL 1 goto err IF NOT ERRORLEVEL 0 goto err - call BuildZMmp.cmd +rem call BuildZMmp.cmd goto end :noupdates echo Нет новых изменений