Mercurial 64 bit 1.9

Full internal name:com.selenic.mercurial.Mercurial64
Project site:https://www.mercurial-scm.org/
Screen shots:
Download: Download Mercurial 64 bit 1.9

https://www.mercurial-scm.org/release/windows/mercurial-1.9.0-x64.msi

VirusTotal results
Change log:https://www.mercurial-scm.org//wiki/WhatsNew
Description:

file versioning

Tags: hg

License:GPLv2
Version:1.9
SHA-1 or SHA-256:8c30276087d15f4c5b56a213b71bf2fc24d21a9c
Type:one file
Dependencies:
Tags:download-failed-1
Text files:
.Npackd\Install.bat:
for /f "delims=" %%x in ('dir /b *.msi') do set setup=%%x
copy "%setup%" .Npackd
msiexec.exe /qn /norestart /Lime .Npackd\MSI.log /i "%setup%" INSTALLDIR="%CD%" ALLUSERS=1
set err=%errorlevel%
type .Npackd\MSI.log
rem 3010=restart required
if %err% equ 3010 exit /b 0
if %err% neq 0 exit /b %err%

"%clu%\clu" add-path --path "%CD%"
verify
.Npackd\Uninstall.bat:
move .Npackd\*.msi .
for /f "delims=" %%x in ('dir /b *.msi') do set setup=%%x
msiexec.exe /qn /norestart /Lime .Npackd\MSI.log /x "%setup%"
set err=%errorlevel%
type .Npackd\MSI.log
rem 3010=restart required
if %err% equ 3010 exit /b 0
if %err% neq 0 exit /b %err%

"%clu%\clu" remove-path --path "%CD%"
verify
Last modified:Sat May 15 09:29:55 UTC 2021
Last modified by:tim.lebedk...
Created:Mon Feb 02 21:44:47 UTC 2015
Created by:tim.lebedk...
Automated tests:2 of 2 installations succeeded, 2 of 2 removals succeeded